gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:AreaSize from t2ex (0.00 seconds)
t2ex
t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
116:  */
117: #define AreaSize(aq)    ((size_t)( (VB*)(aq)->next - (VB*)((aq) + 1) ))
118: #define FreeSize(fq)    ((size_t)( (VB*)((fq) - 1)->next - (VB*)(fq) ))
t2ex_source/lib/libtk/src_t2ex/mem.h - 3.5KB - 94 lines
87:  */
88: #define AreaSize(aq)    ( (VB*)(aq)->next - (VB*)((aq) + 1) )
89: #define FreeSize(fq)    ( (VB*)((fq) - 1)->next - (VB*)(fq) )