Home
last modified time | relevance | path

Searched refs:freed (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Duniqueptr_test.cpp27 static bool freed = false; variable
32 freed = true; in operator ()()
95 ASSERT_TRUE(!freed); in TEST()
100 ASSERT_TRUE(freed); in TEST()
/bionic/libc/malloc_debug/
DREADME.md42 When the allocation is freed, the guard is checked to verify it has not been
70 When the allocation is freed, the guard is checked to verify it has not been
134 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 to
153 a list of freed allocations. In addition to being added to the list, the
168 in the list. The default is to record 100 freed allocations, the max
198 backtrace frames to capture when an allocation is freed.
202 allocation is freed. The default is to record 16 frames, the max number of
251 This indicates that code is attempting to free an already freed pointer. The
262 with an already freed pointer.