gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_mem_malloc from tkernel_2/lib/libtk/src/memalloc.c (0.00 seconds)
tkernel_2
lib/libtk/src/memalloc.c - 10.9KB - 395 lines
268:         /* Allocate memory */
269:         p = _mem_malloc(sz, macb);
270:         if ( p == NULL ) {
328: /* Allocate new area */ 329: void *newptr = _mem_malloc(size, macb); 330: if ( newptr == NULL ) {