Home
last modified time | relevance | path

Searched defs:reallocate (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dmallocator.d50 bool reallocate(ref void[] b, size_t s) shared const in reallocate() function
305 bool reallocate(ref void[] b, size_t newSize) shared in reallocate() function
H A Dgc_allocator.d61 pure nothrow @system bool reallocate(ref void[] b, size_t newSize) shared const in reallocate() function
H A Dcommon.d352 bool reallocate(Allocator)(ref Allocator a, ref void[] b, size_t s) in reallocate() function
H A Dpackage.d505 bool reallocate(ref void[] b, size_t size) in reallocate() function
853 bool reallocate(ref void[] b, size_t size) in reallocate() function
2928 override bool reallocate(ref void[] b, size_t s) in reallocate() function
3158 override bool reallocate(ref void[] b, size_t s) shared in reallocate() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d36 bool reallocate(ref void[] b, size_t) shared in reallocate() function
H A Dallocator_list.d398 bool reallocate(ref void[] b, size_t s) in reallocate() function
H A Dstats_collector.d402 bool reallocate(ref void[] b, size_t s) in reallocate() function
H A Dfree_list.d971 bool reallocate(ref void[] b, size_t s) shared in reallocate() function
H A Dbitmapped_block.d538 @system bool reallocate(ref void[] b, size_t newSize) in reallocate() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d41 bool reallocate(ref void[] b, size_t) shared in reallocate() function
H A Dstats_collector.d499 bool reallocate(ref void[] b, size_t s) in reallocate() function
H A Dallocator_list.d470 bool reallocate(ref void[] b, size_t s) in reallocate() function
H A Dfree_list.d1053 bool reallocate(ref void[] b, size_t s) shared in reallocate() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dgc_allocator.d56 pure nothrow @system bool reallocate(ref void[] b, size_t newSize) shared in reallocate() function
H A Dmallocator.d45 bool reallocate(ref void[] b, size_t s) shared in reallocate() function
H A Dcommon.d350 bool reallocate(Allocator)(ref Allocator a, ref void[] b, size_t s) in reallocate() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp124 void APInt::reallocate(unsigned NewBitWidth) { in reallocate() function in APInt