Home
last modified time | relevance | path

Searched refs:ALLOC_LEAK_ASSERT (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c223 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()
H A Dlibqos-malloc.h22 ALLOC_LEAK_ASSERT = 0x02, enumerator
/openbmc/qemu/tests/qtest/
H A Dahci-test.c161 alloc_set_flags(&s->parent->alloc, ALLOC_LEAK_ASSERT); in ahci_vboot()