Home
last modified time | relevance | path

Searched refs:MemoryAllocationCallbackRegistration (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.h1128 struct MemoryAllocationCallbackRegistration { struct
1129 MemoryAllocationCallbackRegistration(MemoryAllocationCallback callback, in MemoryAllocationCallbackRegistration() function
1139 List<MemoryAllocationCallbackRegistration> memory_allocation_callbacks_; argument
Dspaces.cc754 MemoryAllocationCallbackRegistration registration = in PerformAllocationCallback()
776 MemoryAllocationCallbackRegistration registration(callback, space, action); in AddMemoryAllocationCallback()