Searched refs:allocation_tracker_resize_for_canary (Results 1 – 6 of 6) sorted by relevance
29 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_strdup()45 size_t real_size = allocation_tracker_resize_for_canary(size + 1); in osi_strndup()59 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_malloc()66 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_calloc()
108 alloc_total_size += allocation_tracker_resize_for_canary(requested_size); in allocation_tracker_notify_alloc()151 free_total_size += allocation_tracker_resize_for_canary(allocation->size); in allocation_tracker_notify_free()172 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function
33 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()
73 size_t real_size = allocation_tracker_resize_for_canary(size); in callArbitraryFunction()106 allocation_tracker_resize_for_canary(size); in callArbitraryFunction()
59 size_t allocation_tracker_resize_for_canary(size_t size);
183 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function