gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:_mem_realloc (0.00 seconds)
tkernel_2
lib/libtk/src/kmalloc.c - 1.6KB - 85 lines
51:         MEMLOCK( return NULL )
52:         p = _mem_realloc(ptr, size, &_Kmacb);
53:         MEMUNLOCK()
More results from tkernel_2
t2ex
t2ex_source/lib/libtk/src_t2ex/smalloc.c - 3.2KB - 119 lines
85:         UMEMLOCK( return NULL )
86:         p = _mem_realloc(ptr, size, &_Smacb);
87:         UMEMUNLOCK()