Searched refs:with_canary_size (Results 1 - 1 of 1) sorted by relevance

/system/bt/osi/test/
H A Dallocation_tracker_test.cpp48 size_t with_canary_size = allocation_tracker_resize_for_canary(4); local
49 EXPECT_TRUE(with_canary_size > 4);
51 void *dummy_allocation = malloc(with_canary_size);

Completed in 155 milliseconds