Home
last modified time | relevance | path

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

/external/fio/
Dsmalloc.c286 unsigned int *postred = postred_ptr(hdr); in fill_redzone() local
289 *postred = SMALLOC_POST_RED; in fill_redzone()
294 unsigned int *postred = postred_ptr(hdr); in sfree_check_redzone() local
302 if (*postred != SMALLOC_POST_RED) { in sfree_check_redzone()
305 hdr, *postred, SMALLOC_POST_RED); in sfree_check_redzone()