Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:set_foot

2281 #define set_foot(p, s)  (((mchunkptr)((char*)(p) + (s)))->prev_foot = (s))
2285 ((p)->head = (s|PINUSE_BIT), set_foot(p, s))