Home
last modified time | relevance | path

Searched defs:get_foot (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.h149 #define get_foot(p, s) (((mchunkptr)((unsigned long)(p) + (s)))->prev_foot) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2240 #define get_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_foot) macro