HomeSort by relevance Sort by last modified time
    Searched full:heap_profiler_free (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/android/heap_profiler/
heap_profiler_unittest.cc 118 heap_profiler_free((void*)0x1000, 1024, NULL);
139 heap_profiler_free((void*)0x1000, 1024, NULL);
140 heap_profiler_free((void*)0x3000, 32, NULL);
157 heap_profiler_free((void*)0x1000, 1024, NULL);
158 heap_profiler_free((void*)0x2000, 2048, NULL);
159 heap_profiler_free((void*)0x3000, 32, NULL);
160 heap_profiler_free((void*)0x4000, 64, NULL);
173 heap_profiler_free((void*)0x1000, 0, NULL);
186 heap_profiler_free((void*)0x1000, 8192, NULL);
202 heap_profiler_free((void*)0x0800, 8192, NULL)
    [all...]
heap_profiler.h 81 void heap_profiler_free(void* addr, size_t size, uint32_t* old_flags);
heap_profiler_hooks_android.c 96 heap_profiler_free(start, size, old_flags);
heap_profiler.c 16 // void heap_profiler_free(addr, size); (size == 0 means free entire region).
330 void heap_profiler_free(void* addr, size_t size, uint32_t* old_flags) { function

Completed in 58 milliseconds