OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heap_profiler_alloc
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/android/heap_profiler/
heap_profiler_unittest.cc
90
heap_profiler_alloc
((void*)0x1000, 1024, st1.frames, st1.depth, 0);
91
heap_profiler_alloc
((void*)0x2000, 2048, st1.frames, st1.depth, 0);
103
heap_profiler_alloc
((void*)0x1000, 1024, st1.frames, st1.depth, 0);
104
heap_profiler_alloc
((void*)0x2000, 2048, st2.frames, st2.depth, 0);
105
heap_profiler_alloc
((void*)0x3000, 32, st1.frames, st1.depth, 0);
117
heap_profiler_alloc
((void*)0x1000, 1024, st1.frames, st1.depth, 0);
127
heap_profiler_alloc
((void*)0, 32, st1.frames, st1.depth, 0);
128
heap_profiler_alloc
((void*)0, 32, st1.frames, st1.depth, 0);
134
heap_profiler_alloc
((void*)0x1000, 1024, st1.frames, st1.depth, 0);
135
heap_profiler_alloc
((void*)0x2000, 2048, st1.frames, st1.depth, 0)
[
all
...]
heap_profiler.h
73
void
heap_profiler_alloc
(void* addr,
heap_profiler_hooks_android.c
89
heap_profiler_alloc
(start, size, frames, depth, flags);
heap_profiler.c
15
// void
heap_profiler_alloc
(addr, size, stack_frames, depth, flags);
341
void
heap_profiler_alloc
(void* addr, size_t size, uintptr_t* frames,
function
Completed in 156 milliseconds