Search | Google it | Results 1 - 3 of 3 for funcall:Vrealloc from t2ex (0.00 seconds) |
77: #else 78: return Vrealloc(ptr, size); 79: #endif
65: #define fimp_calloc(n, i) Vcalloc(n, i) 66: #define fimp_realloc(p, n) Vrealloc(p, n) 67: #define fimp_free(p) Vfree(p)
705: if( ahi_infomax <= ahi_infonext){ 706: ahi_infotmp = Vrealloc( ahi_info, sizeof( Ahi_Info) * ( ahi_infomax + AHI_INFO_UNIT)); 707: if ( ahi_infotmp == NULL ) { er = EX_NOMEM; goto err_ret2; }