Home
last modified time | relevance | path

Searched refs:nBytesToAlloc (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d3135 …const nBytesToAlloc = size_t.sizeof * (_length / BITS_PER_WORD + int(_length % BITS_PER_WORD != 0)… in this() local
3136 void* nbuffer = enforceMalloc(nBytesToAlloc); in this()
3137 buffer = cast(size_t*) memcpy(nbuffer, buffer, nBytesToAlloc); in this()