gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:_mem_malloccheck from tkernel_2 (0.00 seconds)
tkernel_2
lib/libtk/src/kmalloc.c - 1.6KB - 85 lines
78:         MEMLOCK( return FALSE )
79:         v = _mem_malloccheck(ptr, &_Kmacb);
80:         MEMUNLOCK()
lib/libtk/src/smalloc.c - 1.6KB - 85 lines
78:         MEMLOCK( return FALSE )
79:         v = _mem_malloccheck(ptr, &_Smacb);
80:         MEMUNLOCK()
lib/libtk/src/vmalloc.c - 1.6KB - 85 lines
78:         MEMLOCK( return FALSE )
79:         v = _mem_malloccheck(ptr, &_Vmacb);
80:         MEMUNLOCK()