Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dmallocator.d13 struct Mallocator struct
15 version (StdUnittest) @system unittest { testAllocator!(() => Mallocator.instance); } in version() argument
21 enum uint alignment = platformAlignment;
31 void[] allocate(size_t bytes) shared const in allocate()
41 bool deallocate(void[] b) shared const in deallocate()
50 bool reallocate(ref void[] b, size_t s) shared const in reallocate()
81 static shared Mallocator instance; argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dmallocator.d8 struct Mallocator struct
16 enum uint alignment = platformAlignment;
26 void[] allocate(size_t bytes) shared in allocate()
36 bool deallocate(void[] b) shared in deallocate()
67 static shared Mallocator instance; argument