gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:AreaSize from tkernel_2/lib/libtk/src/memalloc.c (0.00 seconds)
tkernel_2
lib/libtk/src/memalloc.c - 10.9KB - 395 lines
105:         QUEUE  *fq;
106:         size_t size = (size_t)AreaSize(aq);
107: 
201: will also be allocated together */ 202: if ( (size_t)AreaSize(aq) - size >= MIN_FRAGMENT + sizeof(QUEUE) ) { 203:
304: /* Current allocation size */ 305: oldsz = (size_t)AreaSize(aq); 306:
312: 313: sz = (size_t)AreaSize(aq); 314: } else {