Searched refs:PTR_C (Results 1 – 1 of 1) sorted by relevance
147 #define PTR_C(_p) (((u32 *)(_p))[-1]) macro288 PTR_C(ret) = alloc_canary; in __dislocator_alloc()368 if (PTR_C(ptr) != alloc_canary) FATAL("bad allocator canary on free()"); in free()409 if (PTR_C(ptr) != alloc_canary) FATAL("bad allocator canary on realloc()"); in realloc()