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 D | null_allocator.d | 25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate() function
|
H A D | region.d | 165 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 D | bitmapped_block.d | 305 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 D | null_allocator.d | 30 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate() function
|
H A D | region.d | 189 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 D | ascending_page_allocator.d | 318 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 D | stats_collector.d | 400 void[] alignedAllocate(size_t n, uint a) in alignedAllocate() function
|
H A D | allocator_list.d | 231 void[] alignedAllocate(size_t s, uint theAlignment) in alignedAllocate() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/ |
H A D | common.d | 411 void[] alignedAllocate(size_t size, uint alignment) in alignedAllocate() function 420 void[] alignedAllocate(size_t size, uint alignment) in alignedAllocate() function
|
H A D | package.d | 487 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
|