Searched refs:ALLOC_LEAK_ASSERT (Results 1 – 3 of 3) sorted by relevance
223 if (allocator->opts & (ALLOC_LEAK_WARN | ALLOC_LEAK_ASSERT)) { in alloc_destroy()228 if (allocator->opts & (ALLOC_LEAK_ASSERT)) { in alloc_destroy()236 mask = ALLOC_LEAK_ASSERT | ALLOC_PARANOID; in alloc_destroy()
22 ALLOC_LEAK_ASSERT = 0x02, enumerator
161 alloc_set_flags(&s->parent->alloc, ALLOC_LEAK_ASSERT); in ahci_vboot()