Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h6020 void RemoveMemoryAllocationCallback(MemoryAllocationCallback callback);
6259 void RemoveMemoryAllocationCallback(MemoryAllocationCallback callback));
8461 void V8::RemoveMemoryAllocationCallback(MemoryAllocationCallback callback) {
8463 isolate->RemoveMemoryAllocationCallback(callback);
/external/v8/src/heap/
Dspaces.h1315 void RemoveMemoryAllocationCallback(MemoryAllocationCallback callback);
Dspaces.cc839 void MemoryAllocator::RemoveMemoryAllocationCallback( in AllocateChunk() function in v8::internal::MemoryAllocator
/external/v8/src/
Dapi.cc7094 void Isolate::RemoveMemoryAllocationCallback( in RemoveMemoryAllocationCallback() function in v8::Isolate
7097 isolate->memory_allocator()->RemoveMemoryAllocationCallback( in RemoveMemoryAllocationCallback()
/external/v8/
DChangeLog12353 (V8::RemoveMemoryAllocationCallback) from the OS.