Home
last modified time | relevance | path

Searched defs:numBytes (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddelete3.C18 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw() in new()
/openbsd-src/usr.bin/make/
H A Dbuf.c127 Buf_AddChars(Buffer bp, size_t numBytes, const char *bytesPtr) in Buf_AddChars()