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

  /bionic/libc/malloc_debug/tests/
malloc_debug_config_tests.cpp 473 ASSERT_EQ(1234U, config->free_track_allocations());
479 ASSERT_EQ(100U, config->free_track_allocations());
490 ASSERT_EQ(1234U, config->free_track_allocations());
496 ASSERT_EQ(100U, config->free_track_allocations());
503 ASSERT_EQ(1234U, config->free_track_allocations());
    [all...]
  /bionic/libc/malloc_debug/
Config.h 81 size_t free_track_allocations() const { return free_track_allocations_; } function in class:Config
PointerData.cpp 302 if (free_pointers_.size() == g_debug->config().free_track_allocations()) {

Completed in 118 milliseconds