Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocator.c29 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_strdup()
49 size_t real_size = allocation_tracker_resize_for_canary(size + 1); in osi_strndup()
66 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_malloc()
73 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_calloc()
Dallocation_tracker.c180 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function
/system/bt/osi/test/
Dallocation_tracker_test.cpp35 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/include/
Dallocation_tracker.h57 size_t allocation_tracker_resize_for_canary(size_t size);