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