HomeSort by relevance Sort by last modified time
    Searched refs:heap_count (Results 1 - 4 of 4) sorted by null

  /system/core/libmemunreachable/tests/
Allocator_test.cpp 29 virtual void SetUp() { heap_count = 0; }
31 ASSERT_EQ(heap_count, 0);
  /system/core/libmemunreachable/
Allocator.cpp 66 std::atomic<int> heap_count; member in namespace:android
313 heap_count++;
Allocator.h 33 extern std::atomic<int> heap_count;
  /art/runtime/
debugger.cc 4543 uint8_t heap_count = 1; local
    [all...]

Completed in 228 milliseconds