/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/ |
reset_pointer_deleter_allocator.pass.cpp | 60 assert(test_allocator<A>::alloc_count == 1); 66 assert(test_allocator<A>::alloc_count == 0); 81 assert(test_allocator<A>::alloc_count == 1); 87 assert(test_allocator<A>::alloc_count == 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/ |
reset_pointer_deleter_allocator.pass.cpp | 60 assert(test_allocator<A>::alloc_count == 1); 66 assert(test_allocator<A>::alloc_count == 0); 81 assert(test_allocator<A>::alloc_count == 1); 87 assert(test_allocator<A>::alloc_count == 0);
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
cat.py | 9 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT 104 root['unit_fields'] = ['size', 'alloc_count', 'free_count'] 119 unit.size, unit.alloc_count, unit.free_count] 186 int(words[ALLOC_COUNT]), 193 int(words[ALLOC_COUNT]),
|
pprof.py | 8 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT 111 com_allocs += int(words[ALLOC_COUNT]) - int(words[FREE_COUNT]) 155 int(words[ALLOC_COUNT]) - int(words[FREE_COUNT]), 157 int(words[ALLOC_COUNT]) - int(words[FREE_COUNT]),
|
expand.py | 8 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT 106 precedence += '(alloc=%d) ' % int(words[ALLOC_COUNT])
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
test_allocator.h | 27 static int alloc_count; member in class:test_alloc_base 32 int test_alloc_base::alloc_count = 0; member in class:test_alloc_base 74 ++alloc_count; 78 {assert(data_ >= 0); --alloc_count; std::free(p);} 134 ++alloc_count; 138 {assert(data_ >= 0); --alloc_count; std::free(p);}
|
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
nullptr_t_deleter_allocator.pass.cpp | 43 assert(test_allocator<A>::alloc_count == 1); 49 assert(test_allocator<A>::alloc_count == 0);
|
pointer_deleter_allocator.pass.cpp | 44 assert(test_allocator<A>::alloc_count == 1); 50 assert(test_allocator<A>::alloc_count == 0);
|
nullptr_t_deleter_allocator_throw.pass.cpp | 44 assert(test_allocator<A>::alloc_count == 0);
|
pointer_deleter_allocator_throw.pass.cpp | 45 assert(test_allocator<A>::alloc_count == 0);
|
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
allocate_shared.pass.cpp | 50 assert(test_allocator<A>::alloc_count == 1); 56 assert(test_allocator<A>::alloc_count == 0);
|
/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;
|
nc_alloc.h | 31 extern long alloc_count; 148 alloc_count = 0;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
nullptr_t_deleter_allocator.pass.cpp | 43 assert(test_allocator<A>::alloc_count == 1); 49 assert(test_allocator<A>::alloc_count == 0);
|
pointer_deleter_allocator.pass.cpp | 44 assert(test_allocator<A>::alloc_count == 1); 50 assert(test_allocator<A>::alloc_count == 0);
|
nullptr_t_deleter_allocator_throw.pass.cpp | 44 assert(test_allocator<A>::alloc_count == 0);
|
pointer_deleter_allocator_throw.pass.cpp | 45 assert(test_allocator<A>::alloc_count == 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
allocate_shared.pass.cpp | 50 assert(test_allocator<A>::alloc_count == 1); 56 assert(test_allocator<A>::alloc_count == 0);
|
/external/libcxx/test/support/ |
test_allocator.h | 27 static int alloc_count; member in class:test_alloc_base 32 int test_alloc_base::alloc_count = 0; member in class:test_alloc_base 74 ++alloc_count; 78 {assert(data_ >= 0); --alloc_count; std::free(p);}
|
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/android/ |
dumpheap_native_parser.py | 69 alloc_count = int(m.group(2)) 78 nativeheap.Add(native_heap.Allocation(alloc_size, alloc_count, strace))
|
/external/chromium_org/third_party/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/tools/deep_memory_profiler/lib/ |
sorter.py | 119 def __init__(self, unit_id, size, alloc_count, free_count, bucket): 122 self._alloc_count = alloc_count 133 def alloc_count(self): member in class:MallocUnit
|
/external/chromium_org/third_party/tcmalloc/chromium/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_;
|