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