Home
last modified time | relevance | path

Searched refs:AddMemoryAllocationCallback (Results 1 – 5 of 5) sorted by relevance

/external/v8/include/
Dv8.h6014 void AddMemoryAllocationCallback(MemoryAllocationCallback callback,
6250 void AddMemoryAllocationCallback(MemoryAllocationCallback callback,
8453 void V8::AddMemoryAllocationCallback(MemoryAllocationCallback callback,
8457 isolate->AddMemoryAllocationCallback(callback, space, action);
/external/v8/src/heap/
Dspaces.h1312 void AddMemoryAllocationCallback(MemoryAllocationCallback callback,
Dspaces.cc829 void MemoryAllocator::AddMemoryAllocationCallback( in AllocateChunk() function in v8::internal::MemoryAllocator
/external/v8/src/
Dapi.cc7085 void Isolate::AddMemoryAllocationCallback(MemoryAllocationCallback callback, in AddMemoryAllocationCallback() function in v8::Isolate
7089 isolate->memory_allocator()->AddMemoryAllocationCallback( in AddMemoryAllocationCallback()
/external/v8/
DChangeLog12352 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates