Home
last modified time | relevance | path

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

/external/AFLplusplus/utils/libdislocator/
Dlibdislocator.so.c147 #define PTR_C(_p) (((u32 *)(_p))[-1]) macro
288 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()