Home
last modified time | relevance | path

Searched refs:allocation_tracker_resize_for_canary (Results 1 – 6 of 6) sorted by relevance

/system/bt/osi/src/
Dallocator.cc29 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_strdup()
45 size_t real_size = allocation_tracker_resize_for_canary(size + 1); in osi_strndup()
59 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_malloc()
66 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_calloc()
Dallocation_tracker.cc108 alloc_total_size += allocation_tracker_resize_for_canary(requested_size); in allocation_tracker_notify_alloc()
151 free_total_size += allocation_tracker_resize_for_canary(allocation->size); in allocation_tracker_notify_free()
172 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function
/system/bt/osi/test/
Dallocation_tracker_test.cc33 EXPECT_EQ(4U, allocation_tracker_resize_for_canary(4)); in TEST()
48 size_t with_canary_size = allocation_tracker_resize_for_canary(4); in TEST()
/system/bt/osi/test/fuzzers/allocation_tracker/
Dfuzz_allocation_tracker.cc73 size_t real_size = allocation_tracker_resize_for_canary(size); in callArbitraryFunction()
106 allocation_tracker_resize_for_canary(size); in callArbitraryFunction()
/system/bt/osi/include/
Dallocation_tracker.h59 size_t allocation_tracker_resize_for_canary(size_t size);
/system/bt/test/stub/
Dosi.cc183 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function