Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dmemory.d24 size is logically permitted to be zero. `enforceCalloc` and `enforceRealloc`
37 void* enforceCalloc()(size_t nmemb, size_t size) @nogc nothrow pure @safe in enforceCalloc() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d3143 import std.internal.memory : enforceCalloc; in this()
3150 buffer = cast(size_t*) enforceCalloc(nWordsToAlloc, BITS_PER_WORD / 8); in this()
H A Dtypecons.d6684 import std.internal.memory : enforceCalloc;
6685 _store = cast(Impl*) enforceCalloc(1, Impl.sizeof);