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

  /system/bt/osi/test/
AllocationTestHarness.cc 31 EXPECT_EQ(0U, allocation_tracker_expect_no_allocations())
allocation_tracker_test.cc 35 EXPECT_EQ(0U, allocation_tracker_expect_no_allocations()); // should not have
39 EXPECT_EQ(0U, allocation_tracker_expect_no_allocations());
55 EXPECT_EQ(4U, allocation_tracker_expect_no_allocations()); // should have
61 EXPECT_EQ(0U, allocation_tracker_expect_no_allocations());
  /system/bt/osi/include/
allocation_tracker.h 39 size_t allocation_tracker_expect_no_allocations(void);
  /system/bt/osi/src/
allocation_tracker.cc 80 size_t allocation_tracker_expect_no_allocations(void) { function

Completed in 838 milliseconds