Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc112 unsigned num_allocated = self->next->batch_malloc_function( in BatchMallocFn() local
114 for (unsigned i = 0; i < num_allocated; ++i) { in BatchMallocFn()
118 return num_allocated; in BatchMallocFn()