Searched refs:allocation_tracker_resize_for_canary (Results 1 – 8 of 8) sorted by relevance
45 struct allocation_tracker_resize_for_canary46 allocation_tracker_resize_for_canary; variable79 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function82 allocation_tracker_resize_for_canary(size); in allocation_tracker_resize_for_canary()
116 struct allocation_tracker_resize_for_canary { struct122 extern struct allocation_tracker_resize_for_canary argument123 allocation_tracker_resize_for_canary;
30 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_strdup()46 size_t real_size = allocation_tracker_resize_for_canary(size + 1); in osi_strndup()61 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_malloc()69 size_t real_size = allocation_tracker_resize_for_canary(size); in osi_calloc()
109 alloc_total_size += allocation_tracker_resize_for_canary(requested_size); in allocation_tracker_notify_alloc()152 free_total_size += allocation_tracker_resize_for_canary(allocation->size); in allocation_tracker_notify_free()173 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);
190 size_t allocation_tracker_resize_for_canary(size_t size) { in allocation_tracker_resize_for_canary() function