Home
last modified time | relevance | path

Searched defs:alignedAllocate (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate() function
H A Dregion.d165 void[] alignedAllocate(size_t n, uint a) in alignedAllocate() function
455 void[] alignedAllocate(size_t n, uint a) in alignedAllocate() function
653 void[] alignedAllocate(size_t bytes, uint a) shared in alignedAllocate() function
H A Dbitmapped_block.d305 void[] alignedAllocate(size_t n, uint a) in alignedAllocate() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d30 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate() function
H A Dregion.d189 void[] alignedAllocate(size_t n, uint a) pure nothrow @trusted @nogc in alignedAllocate() function
588 void[] alignedAllocate(size_t n, uint a) in alignedAllocate() function
816 void[] alignedAllocate(size_t bytes, uint a) shared @trusted nothrow @nogc in alignedAllocate() function
1184 void[] alignedAllocate(size_t n, uint a) pure nothrow @trusted @nogc in alignedAllocate() function
H A Dascending_page_allocator.d318 void[] alignedAllocate(size_t n, uint a) nothrow @nogc in alignedAllocate() function
544 void[] alignedAllocate(size_t n, uint a) nothrow @nogc in alignedAllocate() function
H A Dstats_collector.d400 void[] alignedAllocate(size_t n, uint a) in alignedAllocate() function
H A Dallocator_list.d231 void[] alignedAllocate(size_t s, uint theAlignment) in alignedAllocate() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dcommon.d411 void[] alignedAllocate(size_t size, uint alignment) in alignedAllocate() function
420 void[] alignedAllocate(size_t size, uint alignment) in alignedAllocate() function
H A Dpackage.d487 void[] alignedAllocate(size_t n, uint a) in alignedAllocate() function
835 void[] alignedAllocate(size_t n, uint a) in alignedAllocate() function
2900 override void[] alignedAllocate(size_t s, uint a) in alignedAllocate() function
3130 override void[] alignedAllocate(size_t s, uint a) shared in alignedAllocate() function