Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_allocation_tracker.cc45 struct allocation_tracker_resize_for_canary
46 allocation_tracker_resize_for_canary; variable
79 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function
82 allocation_tracker_resize_for_canary(size); in allocation_tracker_resize_for_canary()
Dmock_osi_allocation_tracker.h116 struct allocation_tracker_resize_for_canary { struct
122 extern struct allocation_tracker_resize_for_canary argument
123 allocation_tracker_resize_for_canary;
/packages/modules/Bluetooth/system/osi/src/
Dallocator.cc30 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_strdup()
46 size_t real_size = allocation_tracker_resize_for_canary(size + 1); in osi_strndup()
61 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_malloc()
69 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_calloc()
Dallocation_tracker.cc109 alloc_total_size += allocation_tracker_resize_for_canary(requested_size); in allocation_tracker_notify_alloc()
152 free_total_size += allocation_tracker_resize_for_canary(allocation->size); in allocation_tracker_notify_free()
173 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function
/packages/modules/Bluetooth/system/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()
/packages/modules/Bluetooth/system/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()
/packages/modules/Bluetooth/system/osi/include/
Dallocation_tracker.h59 size_t allocation_tracker_resize_for_canary(size_t size);
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc190 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function