Searched refs:InsertAllocation (Results 1 – 2 of 2) sorted by relevance
42 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
44 void InsertAllocation(void* address, size_t size);