HomeSort by relevance Sort by last modified time
    Searched defs:alloc_count (Results 1 - 7 of 7) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
test_allocator.h 18 static int alloc_count; member in class:test_alloc_base
23 int test_alloc_base::alloc_count = 0; member in class:test_alloc_base
65 ++alloc_count;
69 {assert(data_ >= 0); --alloc_count; std::free(p);}
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 111 def __init__(self, unit_id, size, alloc_count, free_count, bucket):
114 self._alloc_count = alloc_count
125 def alloc_count(self): member in class:MallocUnit
  /external/stlport/test/eh/
nc_alloc.cpp 36 long alloc_count = 0; variable
186 ++alloc_count;
250 --alloc_count;
285 EH_ASSERT( !using_alloc_set || (alloc_count == static_cast<int>(alloc_set().size())) );
287 if (alloc_count != 0 || object_count != 0) {
290 if (alloc_count)
291 EH_STD::cerr << "ERROR : " << alloc_count << " outstanding allocations.\n"; local
294 alloc_count = object_count = 0;
  /external/chromium_org/third_party/freetype/src/base/
ftdbgmem.c 121 FT_ULong alloc_count; member in struct:FT_MemTableRec_
692 table->alloc_count >= table->alloc_count_max )
705 table->alloc_count++;
732 table->alloc_count--;
792 table->alloc_count >= table->alloc_count_max )
965 table->alloc_total, table->alloc_count );
  /external/freetype/src/base/
ftdbgmem.c 121 FT_ULong alloc_count; member in struct:FT_MemTableRec_
687 table->alloc_count >= table->alloc_count_max )
700 table->alloc_count++;
727 table->alloc_count--;
787 table->alloc_count >= table->alloc_count_max )
960 table->alloc_total, table->alloc_count );
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 308 static int alloc_count() { function in class:HeapLeakChecker::Allocator
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 308 static int alloc_count() { function in class:HeapLeakChecker::Allocator
    [all...]

Completed in 433 milliseconds