Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.h150 #define set_foot(p, s) (((mchunkptr)((unsigned long)(p) + (s)))->prev_foot = (s)) macro
154 ((p)->head = (s|PINUSE_BIT), set_foot(p, s))
H A Ddlmalloc.c1735 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_foot = (s))
1739 ((p)->head = (s|PINUSE_BIT), set_foot(p, s))
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2241 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_foot = (s)) macro
2245 ((p)->head = (s|PINUSE_BIT), set_foot(p, s))