Search | Google it | Results 1 - 1 of 1 for funcall:_mem_malloc from tkernel_2/lib/libtk/src/memalloc.c (0.00 seconds) |
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 ) {