Home
last modified time | relevance | path

Searched defs:real_size (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/osi/src/
Dallocator.cc30 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_strdup() local
46 size_t real_size = allocation_tracker_resize_for_canary(size + 1); in osi_strndup() local
61 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_malloc() local
69 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_calloc() local
/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() local