Search | Google it | Results 1 - 3 of 3 for funcall:Vmalloc from t2ex (0.00 seconds) |
59: #else 60: return Vmalloc(size); 61: #endif
63: /* Memory allocation */ 64: #define fimp_malloc(n) Vmalloc(n) 65: #define fimp_calloc(n, i) Vcalloc(n, i)
149: n = hdr->e_shentsize * hdr->e_shnum; 150: shdr_buf = Vmalloc(n); 151: if ( shdr_buf == NULL ) { er = EX_NOEXEC; goto err_ret1; }