Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.h94 #define chunk2mem(p) ((void*)((unsigned long)(p) + TWO_SIZE_T_SIZES)) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2181 #define chunk2mem(p) ((void*)((char*)(p) + TWO_SIZE_T_SIZES)) macro