gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:_mem_calloc (0.00 seconds)
tkernel_2
lib/libtk/src/kmalloc.c - 1.6KB - 85 lines
40:         MEMLOCK( return NULL )
41:         p = _mem_calloc(nmemb, size, &_Kmacb);
42:         MEMUNLOCK()
More results from tkernel_2
t2ex
t2ex_source/lib/libtk/src_t2ex/smalloc.c - 3.2KB - 119 lines
74:         UMEMLOCK( return NULL )
75:         p = _mem_calloc(nmemb, size, &_Smacb);
76:         UMEMUNLOCK()