Home
last modified time | relevance | path

Searched defs:StackAllocator (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/quantum/quantum-2.2/quantum/
H A Dquantum_stack_allocator.h34 struct StackAllocator : public ContiguousPoolManager<T> struct
37 typedef StackAllocator<T, SIZE> this_type; argument
58 typedef StackAllocator<U,SIZE> other; argument
61 StackAllocator() : ContiguousPoolManager<T>(_buffer, SIZE) in StackAllocator() argument
64 StackAllocator(const this_type&) : StackAllocator() in StackAllocator() argument
66 StackAllocator(this_type&&) : StackAllocator() in StackAllocator() argument
68 StackAllocator& operator=(const this_type&) = delete; argument
69 StackAllocator& operator=(this_type&&) = delete; argument
73 StackAllocator(const StackAllocator<U,SIZE>&) : StackAllocator() in StackAllocator() argument
76 StackAllocator(StackAllocator<U,SIZE>&&) : StackAllocator() in StackAllocator() argument
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/common/
H A Dstackallocator.hh60 struct StackAllocator struct
62 typedef T value_type;
64 typedef T *pointer;
67 typedef T &reference;
77 typedef S StackPtr;
79 explicit StackAllocator ( StackPtr stack ) : stack_( stack ) {} in StackAllocator() function
82 StackAllocator ( const StackAllocator< U, S > &other ) : stack_( other.stack_ ) {} in StackAllocator() function
87 StackAllocator ( const StackAllocator &other ) : stack_( other.stack_ ) {} in StackAllocator() function
88 StackAllocator ( StackAllocator && other ) : stack_( other.stack_ ) {} in StackAllocator() argument
130 StackPtr stack_;
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/test/unit/
H A Dstack_allocator.h47 struct StackAllocator struct
65 StackAllocator(){} in StackAllocator() argument
68 StackAllocator(char *beg, char *end) in StackAllocator() function
74 StackAllocator(StackAllocator<_OtherTp> const& other) in StackAllocator() argument
77 StackAllocator(const State& state) in StackAllocator() argument
84 typedef StackAllocator<_Other> other; argument
111 //Necessary extension to make StackAllocator a real STLport allocator argument
113 _Tp* _M_allocate(size_type n, size_type &new_n) { in _M_allocate()
119 void deallocate(pointer p, size_type n) { in deallocate()
148 void swap(StackAllocator &other) { in swap() argument
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/alloc-no-stdlib-2.0.3/src/
H A Dstack_allocator.rs13 pub struct StackAllocator<'a, struct
23 impl <'a, T : 'a, U : allocated_memory::AllocatedSlice<&'a mut[T]> >
24 StackAllocator <'a, T, U> { argument
34 impl<'a, T : 'a, U : allocated_memory::AllocatedSlice<&'a mut[T]> >
/dports/security/suricata/suricata-6.0.4/rust/vendor/alloc-no-stdlib/src/
H A Dstack_allocator.rs13 pub struct StackAllocator<'a, struct
23 impl <'a, T : 'a, U : allocated_memory::AllocatedSlice<&'a mut[T]> >
24 StackAllocator <'a, T, U> { argument
34 impl<'a, T : 'a, U : allocated_memory::AllocatedSlice<&'a mut[T]> >
/dports/www/xh/xh-0.14.1/cargo-crates/alloc-no-stdlib-2.0.3/src/
H A Dstack_allocator.rs13 pub struct StackAllocator<'a, struct
23 impl <'a, T : 'a, U : allocated_memory::AllocatedSlice<&'a mut[T]> >
24 StackAllocator <'a, T, U> { argument
34 impl<'a, T : 'a, U : allocated_memory::AllocatedSlice<&'a mut[T]> >
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_stack_allocator.h39 StackAllocator() : pointer_(0), use_stack_(true) in StackAllocator() function
43 StackAllocator(const StackAllocator &) : pointer_(0), use_stack_(true) in StackAllocator() function
48 StackAllocator(const StackAllocator<SIZE, U> &) : pointer_(0), use_stack_(false) in StackAllocator() function
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/pbd/
H A Dstack_allocator.h63 StackAllocator () in StackAllocator() function
67 StackAllocator (const StackAllocator&) in StackAllocator() argument
72 StackAllocator (const StackAllocator<U, other_capacity>&) in StackAllocator() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/containers/
H A Dstack_container.h73 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
87 StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function
94 StackAllocator() : source_(nullptr) {} in StackAllocator() function
96 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/containers/
H A Dstack_container.h74 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
88 StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function
96 StackAllocator() : source_(NULL) { in StackAllocator() function
99 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/common/
H A DStackContainer.h74 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
88 StackAllocator(const StackAllocator<U, other_capacity>& other) : source_(nullptr) { in StackAllocator() function
95 StackAllocator() : source_(nullptr) { in StackAllocator() function
98 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/
H A Dstack_allocator.hpp114 class StackAllocator : public AllocatorBase<Type> class
133 StackAllocator() noexcept : arena_(nullptr) { } in StackAllocator() function in tlx::StackAllocator
136 explicit StackAllocator(StackArena<Size>& arena) noexcept in StackAllocator() function in tlx::StackAllocator
141 StackAllocator(const StackAllocator<Other, Size>& other) noexcept in StackAllocator() function in tlx::StackAllocator
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/
H A Dstack_allocator.hpp114 class StackAllocator : public AllocatorBase<Type> class
133 StackAllocator() noexcept : arena_(nullptr) { } in StackAllocator() function in tlx::StackAllocator
136 explicit StackAllocator(StackArena<Size>& arena) noexcept in StackAllocator() function in tlx::StackAllocator
141 StackAllocator(const StackAllocator<Other, Size>& other) noexcept in StackAllocator() function in tlx::StackAllocator
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dstack_container.h75 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
88 explicit StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function
91 explicit StackAllocator(Source* source) : source_(source) {} in StackAllocator() function
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dstack_container.h75 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
88 explicit StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function
91 explicit StackAllocator(Source* source) : source_(source) {} in StackAllocator() function
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dstack_container.h75 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
88 explicit StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function
91 explicit StackAllocator(Source* source) : source_(source) {} in StackAllocator() function
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dstack_container.h75 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
88 explicit StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function
91 explicit StackAllocator(Source* source) : source_(source) {} in StackAllocator() function
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dstack_container.h76 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
90 explicit StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function
94 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dstack_container.h75 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
88 explicit StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function
91 explicit StackAllocator(Source* source) : source_(source) {} in StackAllocator() function
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/util/
H A Dstack_allocator.hpp30 class StackAllocator class
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/util/
H A Dstack_allocator.hpp30 class StackAllocator class
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/util/
H A Dstack_allocator.hpp30 class StackAllocator class
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tests/
H A Dstack_allocator_test.cpp22 template class StackAllocator<int, 128>; variable
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tests/
H A Dstack_allocator_test.cpp22 template class StackAllocator<int, 128>; variable
/dports/math/py-iminuit/iminuit-2.8.4/extern/root/math/minuit2/inc/Minuit2/
H A DStackAllocator.h52 StackAllocator() : fStack(0) in StackAllocator() function

12