Home
last modified time | relevance | path

Searched defs:dealloc_count (Results 1 – 9 of 9) sorted by relevance

/external/cronet/base/allocator/partition_allocator/
Dpartition_stats.h55 uint64_t dealloc_count; member
Dthread_cache_unittest.cc1387 size_t dealloc_count = 0; in TEST_P() local
/external/libcxx/test/support/
Dmin_allocator.h86 static size_t dealloc_count; member
Ddeleter_types.h346 static int dealloc_count; member
Dcontrolled_allocators.hpp65 int dealloc_count = 0; member
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dmin_allocator.h90 static std::size_t dealloc_count; member
Ddeleter_types.h343 static int dealloc_count; member
Dcontrolled_allocators.h66 int dealloc_count = 0; member
/external/eigen/unsupported/test/
Dcxx11_tensor_thread_pool.cpp32 int dealloc_count() const { return dealloc_count_; } in dealloc_count() function in TestAllocator