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

/external/fio/
H A Dsmalloc.c268 unsigned int *postred = postred_ptr(hdr); local
271 *postred = SMALLOC_POST_RED;
276 unsigned int *postred = postred_ptr(hdr); local
284 if (*postred != SMALLOC_POST_RED) {
286 fprintf(stderr, " ptr=%p, postred=%x, expected %x\n",
287 hdr, *postred, SMALLOC_POST_RED);
413 * Round to int alignment, so that the postred pointer will

Completed in 60 milliseconds