gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_mem_malloc from t2ex/t2ex_source/lib/libtk/src_t2ex/memalloc.c (0.00 seconds)
t2ex
t2ex_source/lib/libtk/src_t2ex/memalloc.c - 12.2KB - 419 lines
292:         /* Allocate memory */
293:         p = _mem_malloc(sz, macb);
294:         if ( p == NULL ) {
352: /* Allocate new area */ 353: void *newptr = _mem_malloc(size, macb); 354: if ( newptr == NULL ) {