gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:_mem_free from tkernel_2 (0.00 seconds)
tkernel_2
lib/libtk/src/kmalloc.c - 1.6KB - 85 lines
60:         MEMLOCK( return )
61:         _mem_free(ptr, &_Kmacb);
62:         MEMUNLOCK()
lib/libtk/src/memalloc.c - 10.9KB - 395 lines
323:                         /* Release area */
324:                         _mem_free(ptr, macb);
325:                         ptr = NULL;
More results from memalloc.c
lib/libtk/src/smalloc.c - 1.6KB - 85 lines
60:         MEMLOCK( return )
61:         _mem_free(ptr, &_Smacb);
62:         MEMUNLOCK()
lib/libtk/src/vmalloc.c - 1.6KB - 85 lines
60:         MEMLOCK( return )
61:         _mem_free(ptr, &_Vmacb);
62:         MEMUNLOCK()