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.cpp 33 EXPECT_EQ(0U, allocation_tracker_expect_no_allocations()) << "not all memory freed";
allocation_tracker_test.cpp 37 EXPECT_EQ(0U, allocation_tracker_expect_no_allocations()); // should not have registered an allocation
39 EXPECT_EQ(0U, allocation_tracker_expect_no_allocations());
54 EXPECT_EQ(4U, allocation_tracker_expect_no_allocations()); // should have registered the allocation
57 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.c 104 size_t allocation_tracker_expect_no_allocations(void) { function

Completed in 488 milliseconds