gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:Smalloc (0.00 seconds)
t2ex
t2ex_source/lib/libc/src/stdlib/malloc.c - 2.4KB - 73 lines
56: {
57:         return Smalloc( size );
58: }
t2ex_source/lib/libtk/src_t2ex/malloc.c - 2.6KB - 89 lines
57: #ifdef T2EX
58:         return Smalloc(size);
59: #else