Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocator.cc29 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_strdup() local
45 size_t real_size = allocation_tracker_resize_for_canary(size + 1); in osi_strndup() local
59 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_malloc() local
66 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_calloc() local
/system/bt/osi/test/fuzzers/allocation_tracker/
Dfuzz_allocation_tracker.cc73 size_t real_size = allocation_tracker_resize_for_canary(size); in callArbitraryFunction() local