Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 25 of 243) sorted by relevance

12345678910

/plan9/sys/src/ape/cmd/diff/
H A Dxmalloc.c34 VOID *realloc ();
76 p = realloc (p, n);
/plan9/sys/lib/acid/
H A Dtrump1 // trace user malloc pool - trace malloc, realloc, and free calls
56 reallocPC = realloc;
156 print(ret\X, " realloc ", arg0\X, " ", arg1\D);
/plan9/sys/src/cmd/htmlfmt/
H A Dutil.c23 p = realloc(p, n); in erealloc()
113 b->b = realloc(b->b, b->nalloc); in growbytes()
/plan9/sys/src/libsunrpc/
H A Demalloc.c24 v = realloc(v, n); in erealloc()
/plan9/sys/src/cmd/gs/src/
H A Dmalloc_.h52 # define gs_realloc(ptr, old_size, new_size) realloc(ptr, new_size)
/plan9/sys/src/cmd/cc/
H A Dcompat.c20 realloc(void*, ulong) in realloc() function
/plan9/sys/src/cmd/exportfs/
H A Dpattern.c45 include = realloc(include, nmaxi*sizeof(*include)); in exclusions()
56 exclude = realloc(exclude, nmaxe*sizeof(*exclude)); in exclusions()
/plan9/sys/src/cmd/snap/
H A Dutil.c22 v = realloc(v, n); in erealloc()
/plan9/sys/src/cmd/faces/
H A Dutil.c23 v = realloc(v, sz); in erealloc()
/plan9/sys/src/libString/
H A Ds_grow.c25 cp = realloc(s->base, size); in s_grow()
/plan9/sys/src/cmd/aquarela/
H A Dsmballoc.c41 *pp = realloc(*pp, size); in smberealloc()
/plan9/sys/src/cmd/aux/flashfs/
H A Daux.c25 if((v = realloc(v, sz)) == nil) { in erealloc9p()
/plan9/sys/src/games/music/jukefs/
H A Dparse.c268 tokenlist = realloc(tokenlist, (ntoken+1)*sizeof(Token)); in getobject()
278 catobjects = realloc(catobjects, (ntoken+1)*sizeof(Object*)); in getobject()
439 parent->children = realloc(parent->children, (i+1)*sizeof child); in addchild()
460 child->catparents = realloc(child->catparents, (i+1)*sizeof parent); in addchild()
479 child->catparents = realloc(child->catparents, (i+1)*sizeof parent); in addcatparent()
567 otab = realloc(otab, sotab * sizeof o); in newobject()
/plan9/sys/src/cmd/6l/
H A Dcompat.c39 realloc(void*, ulong) in realloc() function
/plan9/sys/src/cmd/ql/
H A Dcompat.c39 realloc(void*, ulong) in realloc() function
/plan9/sys/src/cmd/vl/
H A Dcompat.c39 realloc(void*, ulong) in realloc() function
/plan9/sys/src/lib9p/
H A Dmem.c27 if((nv = realloc(v, sz)) == nil) { in erealloc9p()
/plan9/sys/src/cmd/8l/
H A Dcompat.c39 realloc(void*, ulong) in realloc() function
/plan9/sys/src/libstdio/
H A Dsclose.c24 f->buf=realloc(f->buf, f->bufl+1); in sclose()
/plan9/sys/src/cmd/kl/
H A Dcompat.c39 realloc(void *p, ulong n) in realloc() function
/plan9/sys/src/cmd/5l/
H A Dcompat.c39 realloc(void *p, ulong n) in realloc() function
/plan9/sys/src/ape/lib/ap/stdio/
H A Dsclose.c27 f->buf=realloc(f->buf, f->bufl+1); in _IO_sclose()
/plan9/sys/src/cmd/ratfs/
H A Dctlfiles.c175 buf = realloc(buf, bufsize); in getline()
315 np->addrs = realloc(np->addrs, np->allocated*sizeof(Address)); in acctinsert()
348 np->addrs = realloc(np->addrs, np->allocated*sizeof(Address)); in ipinsert()
/plan9/sys/src/cmd/rio/
H A Dfns.h34 #define runerealloc(a, n) realloc(a, (n)*sizeof(Rune))
/plan9/sys/include/ape/
H A Dstdlib.h33 extern void *realloc(void *, size_t);

12345678910