Searched refs:allocation_tracker_resize_for_canary (Results 1 - 4 of 4) sorted by relevance

/system/bt/osi/include/
H A Dallocation_tracker.h45 // by calling |allocation_tracker_resize_for_canary|. Returns |ptr| offset
57 size_t allocation_tracker_resize_for_canary(size_t size);
/system/bt/osi/src/
H A Dallocator.c29 size_t real_size = allocation_tracker_resize_for_canary(size);
49 size_t real_size = allocation_tracker_resize_for_canary(size + 1);
66 size_t real_size = allocation_tracker_resize_for_canary(size);
73 size_t real_size = allocation_tracker_resize_for_canary(size);
H A Dallocation_tracker.c180 size_t allocation_tracker_resize_for_canary(size_t size) { function
/system/bt/osi/test/
H A Dallocation_tracker_test.cpp35 EXPECT_EQ(4U, allocation_tracker_resize_for_canary(4));
48 size_t with_canary_size = allocation_tracker_resize_for_canary(4);

Completed in 121 milliseconds