Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc42 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size); in HookAlloc()
53 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, n * size); in HookZeroInitAlloc()
64 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size); in HookAllocAligned()
76 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size); in HookRealloc()
103 MallocDumpProvider::GetInstance()->InsertAllocation(results[i], size); in HookBatchMalloc()
339 void MallocDumpProvider::InsertAllocation(void* address, size_t size) { in InsertAllocation() function in base::trace_event::MallocDumpProvider
Dmalloc_dump_provider.h44 void InsertAllocation(void* address, size_t size);