gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:MEMLOCK (0.00 seconds)
tkernel_2
lib/libtk/src/kmalloc.c - 1.6KB - 85 lines
28: 
29:         MEMLOCK( return NULL )
30:         p = _mem_malloc(size, &_Kmacb);
More results from tkernel_2
t2ex
t2ex_source/lib/libtk/src_t2ex/libtk.h - 3.7KB - 100 lines
95: #else
96: #define UMEMLOCK(ERR_RET) MEMLOCK(ERR_RET)
97: #define UMEMUNLOCK() MEMUNLOCK()