Home
last modified time | relevance | path

Searched +defs:allocate +defs:p (Results 1 – 25 of 3133) sorted by relevance

12345678910>>...126

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DPoolAlloc.h62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator()
75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function
76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function
79 pointer allocate(size_type n) in allocate() function
83 pointer allocate(size_type n, const void *) in allocate() function
90 void construct(pointer p, const T &val) { new ((void *)p) T(val); } in construct()
91 void destroy(pointer p) { p->T::~T(); } in destroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DPoolAlloc.h62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator()
75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function
76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function
79 pointer allocate(size_type n) in allocate() function
83 pointer allocate(size_type n, const void *) in allocate() function
90 void construct(pointer p, const T &val) { new ((void *)p) T(val); } in construct()
91 void destroy(pointer p) { p->T::~T(); } in destroy()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DPoolAlloc.h62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator()
75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function
76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function
79 pointer allocate(size_type n) in allocate() function
83 pointer allocate(size_type n, const void *) in allocate() function
90 void construct(pointer p, const T &val) { new ((void *)p) T(val); } in construct()
91 void destroy(pointer p) { p->T::~T(); } in destroy()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DPoolAlloc.h62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator()
75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function
76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function
79 pointer allocate(size_type n) in allocate() function
83 pointer allocate(size_type n, const void *) in allocate() function
90 void construct(pointer p, const T &val) { new ((void *)p) T(val); } in construct()
91 void destroy(pointer p) { p->T::~T(); } in destroy()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DPoolAlloc.h62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator()
75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function
76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function
79 pointer allocate(size_type n) in allocate() function
83 pointer allocate(size_type n, const void *) in allocate() function
90 void construct(pointer p, const T &val) { new ((void *)p) T(val); } in construct()
91 void destroy(pointer p) { p->T::~T(); } in destroy()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DPoolAlloc.h62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator()
75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function
76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function
79 pointer allocate(size_type n) in allocate() function
83 pointer allocate(size_type n, const void *) in allocate() function
90 void construct(pointer p, const T &val) { new ((void *)p) T(val); } in construct()
91 void destroy(pointer p) { p->T::~T(); } in destroy()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreAlignedAllocator.cpp58 void* AlignedMemory::allocate(size_t size, size_t alignment) in allocate() function in Ogre::AlignedMemory
62 unsigned char* p = new unsigned char[size + alignment]; in allocate() local
71 void* AlignedMemory::allocate(size_t size) in allocate() function in Ogre::AlignedMemory
76 void AlignedMemory::deallocate(void* p) in deallocate()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreAlignedAllocator.cpp53 void* AlignedMemory::allocate(size_t size, size_t alignment) in allocate() function in Ogre::AlignedMemory
57 unsigned char* p = new unsigned char[size + alignment]; in allocate() local
66 void* AlignedMemory::allocate(size_t size) in allocate() function in Ogre::AlignedMemory
71 void AlignedMemory::deallocate(void* p) in deallocate()
/dports/lang/mono/mono-5.10.1.57/libgc/include/
H A Dgc_alloc.h54 static T *allocate(size_t n) in allocate() function
56 static T *allocate(void) in allocate() function
58 static void deallocate(T *p, size_t n) in deallocate()
60 static void deallocate(T *p) in deallocate()
96 inline void * &GC_obj_link(void * p) in GC_obj_link()
176 static void * allocate(size_t n) in allocate() function
206 static void deallocate(void *p, size_t n) in deallocate()
222 static void ptr_free_deallocate(void *p, size_t n) in ptr_free_deallocate()
244 static void * allocate(size_t n) in allocate() function
274 static void deallocate(void *p, size_t n) in deallocate()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/include/
H A Dgc_alloc.h54 static T *allocate(size_t n) in allocate() function
56 static T *allocate(void) in allocate() function
58 static void deallocate(T *p, size_t n) in deallocate()
60 static void deallocate(T *p) in deallocate()
96 inline void * &GC_obj_link(void * p) in GC_obj_link()
176 static void * allocate(size_t n) in allocate() function
206 static void deallocate(void *p, size_t n) in deallocate()
222 static void ptr_free_deallocate(void *p, size_t n) in ptr_free_deallocate()
244 static void * allocate(size_t n) in allocate() function
274 static void deallocate(void *p, size_t n) in deallocate()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/include/
H A Dgc_alloc.h54 static T *allocate(size_t n) in allocate() function
56 static T *allocate(void) in allocate() function
58 static void deallocate(T *p, size_t n) in deallocate()
60 static void deallocate(T *p) in deallocate()
96 inline void * &GC_obj_link(void * p) in GC_obj_link()
176 static void * allocate(size_t n) in allocate() function
206 static void deallocate(void *p, size_t n) in deallocate()
222 static void ptr_free_deallocate(void *p, size_t n) in ptr_free_deallocate()
244 static void * allocate(size_t n) in allocate() function
274 static void deallocate(void *p, size_t n) in deallocate()
[all …]
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/include/
H A Dgc_alloc.h54 static T *allocate(size_t n) in allocate() function
56 static T *allocate(void) in allocate() function
58 static void deallocate(T *p, size_t n) in deallocate()
60 static void deallocate(T *p) in deallocate()
96 inline void * &GC_obj_link(void * p) in GC_obj_link()
176 static void * allocate(size_t n) in allocate() function
206 static void deallocate(void *p, size_t n) in deallocate()
222 static void ptr_free_deallocate(void *p, size_t n) in ptr_free_deallocate()
244 static void * allocate(size_t n) in allocate() function
274 static void deallocate(void *p, size_t n) in deallocate()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/include/
H A Dgc_alloc.h54 static T *allocate(size_t n) in allocate() function
56 static T *allocate(void) in allocate() function
58 static void deallocate(T *p, size_t n) in deallocate()
60 static void deallocate(T *p) in deallocate()
96 inline void * &GC_obj_link(void * p) in GC_obj_link()
176 static void * allocate(size_t n) in allocate() function
206 static void deallocate(void *p, size_t n) in deallocate()
222 static void ptr_free_deallocate(void *p, size_t n) in ptr_free_deallocate()
244 static void * allocate(size_t n) in allocate() function
274 static void deallocate(void *p, size_t n) in deallocate()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/include/
H A Dgc_alloc.h54 static T *allocate(size_t n) in allocate() function
56 static T *allocate(void) in allocate() function
58 static void deallocate(T *p, size_t n) in deallocate()
60 static void deallocate(T *p) in deallocate()
96 inline void * &GC_obj_link(void * p) in GC_obj_link()
176 static void * allocate(size_t n) in allocate() function
206 static void deallocate(void *p, size_t n) in deallocate()
222 static void ptr_free_deallocate(void *p, size_t n) in ptr_free_deallocate()
244 static void * allocate(size_t n) in allocate() function
274 static void deallocate(void *p, size_t n) in deallocate()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/include/
H A Dgc_alloc.h54 static T *allocate(size_t n) in allocate() function
56 static T *allocate(void) in allocate() function
58 static void deallocate(T *p, size_t n) in deallocate()
60 static void deallocate(T *p) in deallocate()
96 inline void * &GC_obj_link(void * p) in GC_obj_link()
176 static void * allocate(size_t n) in allocate() function
206 static void deallocate(void *p, size_t n) in deallocate()
222 static void ptr_free_deallocate(void *p, size_t n) in ptr_free_deallocate()
244 static void * allocate(size_t n) in allocate() function
274 static void deallocate(void *p, size_t n) in deallocate()
[all …]
/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dgc_alloc.h51 static T *allocate(size_t n) in allocate() function
53 static T *allocate(void) in allocate() function
55 static void deallocate(T *p, size_t n) in deallocate()
57 static void deallocate(T *p) in deallocate()
93 inline void * &GC_obj_link(void * p) in GC_obj_link()
173 static void * allocate(size_t n) in allocate() function
203 static void deallocate(void *p, size_t n) in deallocate()
219 static void ptr_free_deallocate(void *p, size_t n) in ptr_free_deallocate()
241 static void * allocate(size_t n) in allocate() function
271 static void deallocate(void *p, size_t n) in deallocate()
[all …]
/dports/textproc/chpp/chpp-0.3.5/gc/include/
H A Dgc_alloc.h51 static T *allocate(size_t n) in allocate() function
53 static T *allocate(void) in allocate() function
55 static void deallocate(T *p, size_t n) in deallocate()
57 static void deallocate(T *p) in deallocate()
93 inline void * &GC_obj_link(void * p) in GC_obj_link()
173 static void * allocate(size_t n) in allocate() function
203 static void deallocate(void *p, size_t n) in deallocate()
219 static void ptr_free_deallocate(void *p, size_t n) in ptr_free_deallocate()
241 static void * allocate(size_t n) in allocate() function
271 static void deallocate(void *p, size_t n) in deallocate()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/include/
H A Dgc_alloc.h54 static T *allocate(size_t n) in allocate() function
56 static T *allocate(void) in allocate() function
58 static void deallocate(T *p, size_t n) in deallocate()
60 static void deallocate(T *p) in deallocate()
96 inline void * &GC_obj_link(void * p) in GC_obj_link()
176 static void * allocate(size_t n) in allocate() function
206 static void deallocate(void *p, size_t n) in deallocate()
222 static void ptr_free_deallocate(void *p, size_t n) in ptr_free_deallocate()
244 static void * allocate(size_t n) in allocate() function
274 static void deallocate(void *p, size_t n) in deallocate()
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/detail/allocator/
H A Dallocator_traits.inl85 construct(Alloc &a, T *p)
95 construct(Alloc &, T *p)
125 construct(Alloc &, T *p, const Arg1 &arg1)
145 construct(Alloc &a, T* p, Args&&... args)
156 construct(Alloc &, T* p, Args&&... args)
176 destroy(Alloc &a, T *p)
187 destroy(Alloc &, T *p)
261 ::allocate(Alloc &a, typename allocator_traits<Alloc>::size_type n) function in thrust::detail::allocator_traits
268 allocate(Alloc &a, typename allocator_traits<Alloc>::size_type n) function
308 ::construct(allocator_type &a, T *p)
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DJemallocHugePageAllocator.h65 static void* allocate(size_t size) { in allocate() function
71 static void* reallocate(void* p, size_t size) { in reallocate()
103 T* allocate(std::size_t n) { in allocate() function
106 void deallocate(T* p, std::size_t n) { in deallocate()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/utilities/
H A Dstatic_pooled_class.hpp75 static void* allocate(std::size_t size) { in allocate() function
82 static void* allocate(std::size_t size) { in allocate() function
104 static inline void* allocate(std::size_t size) { in allocate() function in nova::static_pooled_class
122 static inline void deallocate(void* p) { in deallocate()
130 inline void operator delete(void* p) { deallocate(p); } in operator delete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx2a-constexpr-dynalloc.cpp6 …void *p = NEW(sizeof(int)); // expected-note {{cannot allocate untyped memory in a constant expres… in alloc_from_user_code() local
16 constexpr T *allocate(size_t N) { in allocate() function
27 int *p = alloc.allocate(1); in alloc_via_std_allocator() local
34 …constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of functio… in allocate() function
40 …constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of incompl… in allocate() function
47 …constexpr void *allocate() { return NEW(7); } // expected-note {{allocated size 7 is not a multipl… in allocate() function
52 int *p; in mismatched() local
87 void *operator new(std::size_t, void *p) { return p; } in operator new()
105 constexpr void construct_at(void *p, Args &&...args) { in construct_at()
111 int *p = std::allocator<int>().allocate(3); in call_std_construct_at() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-constexpr-dynalloc.cpp6 …void *p = NEW(sizeof(int)); // expected-note {{cannot allocate untyped memory in a constant expres… in alloc_from_user_code() local
16 constexpr T *allocate(size_t N) { in allocate() function
27 int *p = alloc.allocate(1); in alloc_via_std_allocator() local
34 …constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of functio… in allocate() function
40 …constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of incompl… in allocate() function
47 …constexpr void *allocate() { return NEW(7); } // expected-note {{allocated size 7 is not a multipl… in allocate() function
52 int *p; in mismatched() local
87 void *operator new(std::size_t, void *p) { return p; } in operator new()
105 constexpr void construct_at(void *p, Args &&...args) { in construct_at()
111 int *p = std::allocator<int>().allocate(3); in call_std_construct_at() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx2a-constexpr-dynalloc.cpp6 …void *p = NEW(sizeof(int)); // expected-note {{cannot allocate untyped memory in a constant expres… in alloc_from_user_code() local
16 constexpr T *allocate(size_t N) { in allocate() function
27 int *p = alloc.allocate(1); in alloc_via_std_allocator() local
34 …constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of functio… in allocate() function
40 …constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of incompl… in allocate() function
47 …constexpr void *allocate() { return NEW(7); } // expected-note {{allocated size 7 is not a multipl… in allocate() function
52 int *p; in mismatched() local
87 void *operator new(std::size_t, void *p) { return p; } in operator new()
105 constexpr void construct_at(void *p, Args &&...args) { in construct_at()
111 int *p = std::allocator<int>().allocate(3); in call_std_construct_at() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx2a-constexpr-dynalloc.cpp6 …void *p = NEW(sizeof(int)); // expected-note {{cannot allocate untyped memory in a constant expres… in alloc_from_user_code() local
16 constexpr T *allocate(size_t N) { in allocate() function
27 int *p = alloc.allocate(1); in alloc_via_std_allocator() local
34 …constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of functio… in allocate() function
40 …constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of incompl… in allocate() function
47 …constexpr void *allocate() { return NEW(7); } // expected-note {{allocated size 7 is not a multipl… in allocate() function
52 int *p; in mismatched() local
87 void *operator new(std::size_t, void *p) { return p; } in operator new()
105 constexpr void construct_at(void *p, Args &&...args) { in construct_at()
111 int *p = std::allocator<int>().allocate(3); in call_std_construct_at() local
[all …]

12345678910>>...126