OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordAlloc
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc
300
static void
RecordAlloc
(const void* ptr, size_t bytes, int skip_count) {
306
heap_profile->
RecordAlloc
(ptr, bytes, depth, stack);
326
if (ptr != NULL)
RecordAlloc
(ptr, size, 0);
heap-profile-table.h
101
// allocation for passing to
RecordAlloc
() below.
112
void
RecordAlloc
(const void* ptr, size_t bytes,
heap-profile-table.cc
224
void HeapProfileTable::
RecordAlloc
(
heap-checker.cc
588
heap_profile->
RecordAlloc
(ptr, size, depth, stack);
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc
379
static void
RecordAlloc
(const void* ptr, size_t bytes, int skip_count) {
385
heap_profile->
RecordAlloc
(ptr, bytes, depth, stack);
405
if (ptr != NULL)
RecordAlloc
(ptr, size, 0);
deep-heap-profile.h
354
static void
RecordAlloc
(const void* pointer,
heap-profile-table.h
104
// allocation for passing to
RecordAlloc
() below.
115
void
RecordAlloc
(const void* ptr, size_t bytes,
deep-heap-profile.cc
[
all
...]
heap-profile-table.cc
215
void HeapProfileTable::
RecordAlloc
(
heap-checker.cc
588
heap_profile->
RecordAlloc
(ptr, size, depth, stack);
[
all
...]
Completed in 5674 milliseconds