Searched refs:enforceCalloc (Results 1 – 3 of 3) sorted by relevance
24 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
3143 import std.internal.memory : enforceCalloc; in this()3150 buffer = cast(size_t*) enforceCalloc(nWordsToAlloc, BITS_PER_WORD / 8); in this()
6684 import std.internal.memory : enforceCalloc;6685 _store = cast(Impl*) enforceCalloc(1, Impl.sizeof);