gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:_mem_malloc (0.00 seconds)
tkernel_2
lib/libtk/src/kmalloc.c - 1.6KB - 85 lines
29:         MEMLOCK( return NULL )
30:         p = _mem_malloc(size, &_Kmacb);
31:         MEMUNLOCK()
More results from tkernel_2
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 ) {
More results from t2ex