gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:AreaSize from tkernel_2 (0.00 seconds)
tkernel_2
kernel/sysmgr/src/imalloc.c - 12.0KB - 441 lines
144:         QUEUE  *fq;
145:         size_t size = AreaSize(aq);
146: 
More results from imalloc.c
kernel/tkernel/src/mempool.c - 20.9KB - 791 lines
206:         QUEUE  *fq;
207:         INT    size = AreaSize(aq);
208: 
More results from mempool.c
lib/libtk/src/memalloc.c - 10.9KB - 395 lines
105:         QUEUE  *fq;
106:         size_t size = (size_t)AreaSize(aq);
107: 
More results from memalloc.c
lib/libtk/src/memcheck.c - 4.3KB - 142 lines
76:                                 syslog(LOG_NOTICE, "malloc ptr: 0x%08x [%d B]",
77:                                                         aq+1, AreaSize(aq));
78:                         }