gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:AreaSize from tkernel_2 (0.00 seconds)
tkernel_2
kernel/sysmgr/src/imalloc.c - 12.0KB - 441 lines
78:  */
79: #define AreaSize(aq)    ((size_t)( (VB*)(aq)->next - (VB*)((aq) + 1) ))
80: #define FreeSize(fq)    ((size_t)( (VB*)((fq) - 1)->next - (VB*)(fq) ))
kernel/tkernel/src/mempool.c - 20.9KB - 791 lines
135:  */
136: #define AreaSize(aq)    ( (VB*)(aq)->next - (VB*)((aq) + 1) )
137: #define FreeSize(fq)    ( (VB*)((fq) - 1)->next - (VB*)(fq) )
lib/libtk/src/mem.h - 1.9KB - 61 lines
54:  */
55: #define AreaSize(aq)    ( (VB*)(aq)->next - (VB*)((aq) + 1) )
56: #define FreeSize(fq)    ( (VB*)((fq) - 1)->next - (VB*)(fq) )