Searched defs:postred (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dsmalloc.c259 unsigned int *postred = postred_ptr(hdr); local
262 *postred = SMALLOC_POST_RED;
267 unsigned int *postred = postred_ptr(hdr); local
275 if (*postred != SMALLOC_POST_RED) {
277 " ptr=%p, postred=%x, expected %x\n",
278 hdr, *postred, SMALLOC_POST_RED);
404 * Round to int alignment, so that the postred pointer will

Completed in 321 milliseconds