Searched refs:resizef (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Dire.h51 Ireresize_f resizef; /* alloc/free function */ member in struct:Iredisc_s
52 void* resizehandle; /* resizef handle */
H A Dire.c75 r = (*ire->disc->resizef)(ire->disc->resizehandle, p, n);
157 if (disc->resizef)
160 disc->resizehandle = (*disc->resizef)(NiL, NiL, 0);
161 if (!(ire = (Ire_t*)(*disc->resizef)(disc->resizehandle, NiL, sizeof(Ire_t))))
166 (*disc->resizef)(disc->resizehandle, NiL, 0);
420 (*ire->disc->resizef)(ire->disc->resizehandle, NiL, 0);
/ast/src/lib/libast/include/
H A Dvmalloc.h71 Void_t* (*resizef)_ARG_((Vmalloc_t*,Void_t*,size_t,int,int)); member in struct:_vmethod_s
238 (*(_VM_(vm)->meth.resizef))\
312 #define vmresize(vm,d,sz,type) (*(_VM_(vm)->meth.resizef))\
/ast/src/lib/libast/vmalloc/
H A Dmalloc.c500 addr = (*vm->meth.resizef)(vm, NIL(Void_t*), n_obj*s_obj, VM_RSZERO, local);
546 { addr = (*vm->meth.resizef)(vm, data, size, VM_RSCOPY|VM_RSMOVE, 0);
550 { addr = (*vm->meth.resizef)(vm, data, size, VM_RSCOPY|VM_RSMOVE, 1);
562 { addr = (*vm->meth.resizef)(vm, data, size, VM_RSCOPY|VM_RSMOVE, 0);
H A Dvmdebug.c519 (type&~VM_RSZERO),(*(Vmbest->resizef)) );
H A Dvmprofile.c584 if((addr = KPVRESIZE(vm,data,news,(type&~VM_RSZERO),Vmbest->resizef)) )
/ast/src/cmd/re/
H A Dtestregex.c138 resizef(void* handle, void* data, size_t size) function
1308 state.disc.disc.re_resizef = resizef;

Completed in 560 milliseconds