gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:Vmalloc from t2ex (0.02 seconds)
t2ex
t2ex_source/lib/libtk/src_t2ex/malloc.c - 2.6KB - 89 lines
59: #else
60:         return Vmalloc(size);
61: #endif
t2ex_source/t2ex/fs/fimp/src/fimp_fat_local.h - 23.2KB - 504 lines
63: /* Memory allocation */
64: #define fimp_malloc(n)          Vmalloc(n)
65: #define fimp_calloc(n, i)       Vcalloc(n, i)
t2ex_source/t2ex/load/src/ldr_elf.c - 40.4KB - 1,085 lines
149:         n = hdr->e_shentsize * hdr->e_shnum;
150:         shdr_buf = Vmalloc(n);
151:         if ( shdr_buf == NULL ) { er = EX_NOEXEC; goto err_ret1; }
More results from ldr_elf.c