Searched refs:poison_tail_t (Results 1 – 1 of 1) sorted by relevance
59 } poison_tail_t; typedef61 #define POISON_OVERHEAD (sizeof(poison_head_t) + sizeof(poison_tail_t))71 poison_tail_t *tail = (poison_tail_t *)(data + alloc_size); in poison_allocated_region()95 poison_tail_t *tail = (poison_tail_t *)((intptr_t)data + head->alloc_size); in verify_allocated_region()