Searched refs:POISON_FREE (Results 1 – 2 of 2) sorted by relevance
/tools/include/linux/ | ||
D | poison.h | 58 #define POISON_FREE 0x6b /* for use-after-free poisoning */ macro |
/tools/testing/radix-tree/ | ||
D | linux.c | 70 memset(objp, POISON_FREE, cachep->size); in kmem_cache_free() |