OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RecordAlloc
(Results
1 - 7
of
7
) sorted by null
/art/compiler/utils/
arena_allocator.cc
66
void ArenaAllocatorStatsImpl<kCount>::
RecordAlloc
(size_t bytes, ArenaAllocKind kind) {
237
ArenaAllocatorStats::
RecordAlloc
(rounded_bytes, kind);
arena_allocator.h
74
void
RecordAlloc
(size_t bytes, ArenaAllocKind kind) { UNUSED(bytes); UNUSED(kind); }
90
void
RecordAlloc
(size_t bytes, ArenaAllocKind kind);
180
ArenaAllocatorStats::
RecordAlloc
(bytes, kind);
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc
224
void HeapProfileTable::
RecordAlloc
(
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);
/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);
heap-profile-table.cc
215
void HeapProfileTable::
RecordAlloc
(
deep-heap-profile.cc
[
all
...]
Completed in 131 milliseconds