Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d257 A tuMalloc; variable
258 auto b = tuMalloc.allocate(500);
260 auto c = tuMalloc.allocate(113);
262 assert(tuMalloc.expand(c, 14));
263 tuMalloc.deallocate(b);
264 tuMalloc.deallocate(c);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d270 A tuMalloc; variable
271 auto b = tuMalloc.allocate(500);
273 auto c = tuMalloc.allocate(113);
275 assert(tuMalloc.expand(c, 14));
276 tuMalloc.deallocate(b);
277 tuMalloc.deallocate(c);