Home
last modified time | relevance | path

Searched defs:NullAllocator (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d9 struct NullAllocator struct
18 enum uint alignment = 64 * 1024;
23 void[] allocate(size_t) shared { return null; } in allocate()
25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
27 void[] allocateAll() shared { return null; } in allocateAll()
33 bool expand(ref void[] b, size_t s) shared in expand()
36 bool reallocate(ref void[] b, size_t) shared in reallocate()
62 Returns the $(D shared) global instance of the $(D NullAllocator). argument
64 static shared NullAllocator instance; argument
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d9 struct NullAllocator struct
18 enum uint alignment = 64 * 1024;
23 void[] allocate(size_t) shared { return null; } in allocate()
25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
27 void[] allocateAll() shared { return null; } in allocateAll()
33 bool expand(ref void[] b, size_t s) shared in expand()
36 bool reallocate(ref void[] b, size_t) shared in reallocate()
62 Returns the $(D shared) global instance of the $(D NullAllocator). argument
64 static shared NullAllocator instance; argument
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d9 struct NullAllocator struct
18 enum uint alignment = 64 * 1024;
23 void[] allocate(size_t) shared { return null; } in allocate()
25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
27 void[] allocateAll() shared { return null; } in allocateAll()
33 bool expand(ref void[] b, size_t s) shared in expand()
36 bool reallocate(ref void[] b, size_t) shared in reallocate()
62 Returns the $(D shared) global instance of the $(D NullAllocator). argument
64 static shared NullAllocator instance; argument
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d9 struct NullAllocator struct
18 enum uint alignment = 64 * 1024;
23 void[] allocate(size_t) shared { return null; } in allocate()
25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
27 void[] allocateAll() shared { return null; } in allocateAll()
33 bool expand(ref void[] b, size_t s) shared in expand()
36 bool reallocate(ref void[] b, size_t) shared in reallocate()
62 Returns the $(D shared) global instance of the $(D NullAllocator). argument
64 static shared NullAllocator instance; argument
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d9 struct NullAllocator struct
18 enum uint alignment = 64 * 1024;
23 void[] allocate(size_t) shared { return null; } in allocate()
25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
27 void[] allocateAll() shared { return null; } in allocateAll()
33 bool expand(ref void[] b, size_t s) shared in expand()
36 bool reallocate(ref void[] b, size_t) shared in reallocate()
62 Returns the $(D shared) global instance of the $(D NullAllocator). argument
64 static shared NullAllocator instance; argument
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d9 struct NullAllocator struct
18 enum uint alignment = 64 * 1024;
23 void[] allocate(size_t) shared { return null; } in allocate()
25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
27 void[] allocateAll() shared { return null; } in allocateAll()
33 bool expand(ref void[] b, size_t s) shared in expand()
36 bool reallocate(ref void[] b, size_t) shared in reallocate()
62 Returns the $(D shared) global instance of the $(D NullAllocator). argument
64 static shared NullAllocator instance; argument
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d9 struct NullAllocator struct
18 enum uint alignment = 64 * 1024;
23 void[] allocate(size_t) shared { return null; } in allocate()
25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
27 void[] allocateAll() shared { return null; } in allocateAll()
33 bool expand(ref void[] b, size_t s) shared in expand()
36 bool reallocate(ref void[] b, size_t) shared in reallocate()
62 Returns the $(D shared) global instance of the $(D NullAllocator). argument
64 static shared NullAllocator instance; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d9 struct NullAllocator struct
18 enum uint alignment = 64 * 1024;
23 void[] allocate(size_t) shared { return null; } in allocate()
25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
27 void[] allocateAll() shared { return null; } in allocateAll()
33 bool expand(ref void[] b, size_t s) shared in expand()
36 bool reallocate(ref void[] b, size_t) shared in reallocate()
62 Returns the $(D shared) global instance of the $(D NullAllocator). argument
64 static shared NullAllocator instance; argument
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d9 struct NullAllocator struct
18 enum uint alignment = 64 * 1024;
23 void[] allocate(size_t) shared { return null; } in allocate()
25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
27 void[] allocateAll() shared { return null; } in allocateAll()
33 bool expand(ref void[] b, size_t s) shared in expand()
36 bool reallocate(ref void[] b, size_t) shared in reallocate()
62 Returns the $(D shared) global instance of the $(D NullAllocator). argument
64 static shared NullAllocator instance; argument
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d12 struct NullAllocator struct
23 enum uint alignment = 64 * 1024;
28 void[] allocate(size_t) shared { return null; } in allocate()
30 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
32 void[] allocateAll() shared { return null; } in allocateAll()
38 bool expand(ref void[] b, size_t s) shared in expand()
41 bool reallocate(ref void[] b, size_t) shared in reallocate()
67 Returns the `shared` global instance of the `NullAllocator`. argument
69 static shared NullAllocator instance; argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail21091a.d13 struct NullAllocator struct
15 import Ternary;
16 Ternary owns() { } in owns()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_ScalableAllocator.cpp71 class NullAllocator { class
74 NullAllocator() { } in NullAllocator() function in NullAllocator
75 NullAllocator(const NullAllocator&) { } in NullAllocator() argument
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_ScalableAllocator.cpp71 class NullAllocator { class
74 NullAllocator() { } in NullAllocator() function in NullAllocator
75 NullAllocator(const NullAllocator&) { } in NullAllocator() argument
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_ScalableAllocator.cpp71 class NullAllocator { class
74 NullAllocator() { } in NullAllocator() function in NullAllocator
75 NullAllocator(const NullAllocator&) { } in NullAllocator() argument
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp85 class NullAllocator { class
88 NullAllocator() { } in NullAllocator() function in NullAllocator
89 NullAllocator(const NullAllocator&) { } in NullAllocator() function in NullAllocator
/dports/math/blaze/blaze-3.8/blaze/util/
H A DForward.h48 template< typename Type > class NullAllocator; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Dcontrolled_allocators.h44 class NullAllocator; variable
449 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
451 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
455 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
460 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
465 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dcontrolled_allocators.h44 class NullAllocator; variable
449 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
451 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
455 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
460 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
465 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dcontrolled_allocators.h44 class NullAllocator; variable
449 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
451 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
455 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
460 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
465 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Dcontrolled_allocators.h44 class NullAllocator; variable
449 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
451 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
455 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
460 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
465 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Dcontrolled_allocators.h44 class NullAllocator; variable
449 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
451 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
455 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
460 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
465 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dcontrolled_allocators.h44 class NullAllocator; variable
449 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
451 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
455 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
460 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
465 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Dcontrolled_allocators.h44 class NullAllocator; variable
449 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
451 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
455 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
460 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
465 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Dcontrolled_allocators.h44 class NullAllocator; variable
449 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
451 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
455 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
460 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
465 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dcontrolled_allocators.h44 class NullAllocator; variable
449 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
451 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
455 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
460 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
465 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function

12