gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:chkalloc 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
250:         if ( macb->testmode > 0 ) {
251:                 chkalloc(NULL, 0, macb);
252:         }
311: if ( macb->testmode > 0 ) { 312: if ( !chkalloc(ptr, 0, macb) ) { 313: return NULL;
387: if ( macb->testmode > 0 ) { 388: if ( !chkalloc(ptr, 0, macb) ) { 389: return;