gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:allocate from tkernel_2/lib/libtk/src/memalloc.c (0.00 seconds)
tkernel_2
lib/libtk/src/memalloc.c - 10.9KB - 395 lines
256:         /* Allocate memory */
257:         return allocate(q, size, macb);
258: }
320: /* Fragment current area and allocate */ 321: allocate(aq, size, macb); 322: } else {
332: if ( ptr != NULL ) { 333: allocate(aq, oldsz, macb); 334: }