Home
last modified time | relevance | path

Searched defs:newBuf (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dscopebuffer.d270 void *newBuf = realloc((bufLen & wasResized) ? buf : null, newsize * T.sizeof); member
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dscopebuffer.d271 void *newBuf = realloc((bufLen & wasResized) ? buf : null, newsize * T.sizeof); member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadbase.d362 auto newBuf = cast(ThreadBase*)realloc(buf.ptr, nlen * size_t.sizeof); in opApply() local
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c2101 char *newBuf; in XML_GetBuffer() local