HomeSort by relevance Sort by last modified time
    Searched refs:InsertAllocation (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/trace_event/
malloc_dump_provider.h 44 void InsertAllocation(void* address, size_t size);
malloc_dump_provider.cc 38 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
46 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, n * size);
56 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
65 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
222 void MallocDumpProvider::InsertAllocation(void* address, size_t size) {

Completed in 73 milliseconds