Searched refs:allocation_tracker_resize_for_canary (Results 1 – 4 of 4) sorted by relevance
29 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()
180 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function
35 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()
57 size_t allocation_tracker_resize_for_canary(size_t size);