OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc_count
(Results
26 - 29
of
29
) sorted by null
1
2
/external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h
190
static const int
ALLOC_COUNT
= 64;
324
Entry* array = New<Entry>(
ALLOC_COUNT
);
325
for (int i = 0; i <
ALLOC_COUNT
-1; i++) {
328
array[
ALLOC_COUNT
-1].next = free_;
heap-checker.cc
308
static int
alloc_count
() {
function in class:HeapLeakChecker::Allocator
[
all
...]
/external/chromium_org/tools/deep_memory_profiler/lib/
bucket.py
14
VIRTUAL, COMMITTED,
ALLOC_COUNT
, FREE_COUNT, _, BUCKET_ID = range(6)
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc
308
static int
alloc_count
() {
function in class:HeapLeakChecker::Allocator
[
all
...]
Completed in 254 milliseconds
1
2