gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:chkalloc from tkernel_2/lib/libtk/src/memalloc.c (0.00 seconds)
tkernel_2
lib/libtk/src/memalloc.c - 10.9KB - 395 lines
226:         if ( macb->testmode > 0 ) {
227:                 chkalloc(NULL, 0, macb);
228:         }
287: if ( macb->testmode > 0 ) { 288: if ( !chkalloc(ptr, 0, macb) ) { 289: return NULL;
363: if ( macb->testmode > 0 ) { 364: if ( !chkalloc(ptr, 0, macb) ) { 365: return;