Searched refs:freed (Results 1 – 2 of 2) sorted by relevance
27 static bool freed = false; variable32 freed = true; in operator ()()95 ASSERT_TRUE(!freed); in TEST()100 ASSERT_TRUE(freed); in TEST()
42 When the allocation is freed, the guard is checked to verify it has not been70 When the allocation is freed, the guard is checked to verify it has not been134 When an allocation is freed, fill it with 0xef.152 When a pointer is freed, do not free the memory right away, but add it to153 a list of freed allocations. In addition to being added to the list, the168 in the list. The default is to record 100 freed allocations, the max198 backtrace frames to capture when an allocation is freed.202 allocation is freed. The default is to record 16 frames, the max number of251 This indicates that code is attempting to free an already freed pointer. The262 with an already freed pointer.