Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 25 of 7931) sorted by relevance

12345678910>>...318

/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/test/
H A Dtest_allocator.hpp19 struct allocator { struct
29 allocator() throw() {} in allocator() function
30 allocator (const allocator& alloc) throw() in allocator() function
33 allocator (const allocator<U>& alloc) throw() in allocator() argument
42 allocator() noexcept {} in allocator() function
43 allocator (const allocator& alloc) noexcept in allocator() argument
46 allocator (const allocator<U>& alloc) noexcept in allocator() argument
49 void construct (U* p, Args&&... args) { in construct()
54 pointer allocate (size_type n) { in allocate()
60 void destroy (pointer p) { in destroy()
[all …]
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/test/
H A Dtest_allocator.hpp19 struct allocator { struct
29 allocator() throw() {} in allocator() function
30 allocator (const allocator& alloc) throw() in allocator() argument
33 allocator (const allocator<U>& alloc) throw() in allocator() argument
42 allocator() noexcept {} in allocator() function
43 allocator (const allocator& alloc) noexcept in allocator() function
46 allocator (const allocator<U>& alloc) noexcept in allocator() argument
49 void construct (U* p, Args&&... args) { in construct()
54 pointer allocate (size_type n) { in allocate()
60 void destroy (pointer p) { in destroy()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/mpi_wrapper/mpi3/shm/
H A Dallocator.hpp17 struct allocator{ struct
19 using value_type = T;
20 using pointer = shm::ptr<T>;
21 using const_pointer = shm::ptr<T const>;
22 using size_type = typename pointer::difference_type;
23 using difference_type = typename pointer::difference_type;
25 mpi3::shared_communicator* comm_;
28allocator(mpi3::shared_communicator* comm = static_cast<mpi3::shared_communicator*>(&mpi3::environ… in allocator() function
29 template<class U> allocator(allocator<U> const& o) : comm_{o.comm_}{} in allocator() argument
38 void deallocate(pointer p, size_type){ in deallocate()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp43 struct allocator<Large> { struct
44 using value_type = Large;
45 using size_type = std::size_t;
46 using difference_type = std::ptrdiff_t;
48 using is_always_equal = std::true_type;
50 Large* allocate(std::size_t n) { in allocate()
61 void destroy(Large* p) { in destroy()
73 struct allocator<Small> { struct
74 using value_type = Small;
75 using size_type = std::size_t;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp43 struct allocator<Large> { struct
44 using value_type = Large;
45 using size_type = std::size_t;
46 using difference_type = std::ptrdiff_t;
48 using is_always_equal = std::true_type;
50 Large* allocate(std::size_t n) { in allocate()
61 void destroy(Large* p) { in destroy()
73 struct allocator<Small> { struct
74 using value_type = Small;
75 using size_type = std::size_t;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp43 struct allocator<Large> { struct
44 using value_type = Large;
45 using size_type = std::size_t;
46 using difference_type = std::ptrdiff_t;
48 using is_always_equal = std::true_type;
50 Large* allocate(std::size_t n) { in allocate()
61 void destroy(Large* p) { in destroy()
73 struct allocator<Small> { struct
74 using value_type = Small;
75 using size_type = std::size_t;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp43 struct allocator<Large> { struct
44 using value_type = Large;
45 using size_type = std::size_t;
46 using difference_type = std::ptrdiff_t;
48 using is_always_equal = std::true_type;
50 Large* allocate(std::size_t n) { in allocate()
61 void destroy(Large* p) { in destroy()
73 struct allocator<Small> { struct
74 using value_type = Small;
75 using size_type = std::size_t;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp43 struct allocator<Large> { struct
44 using value_type = Large;
45 using size_type = std::size_t;
46 using difference_type = std::ptrdiff_t;
48 using is_always_equal = std::true_type;
50 Large* allocate(std::size_t n) { in allocate()
61 void destroy(Large* p) { in destroy()
73 struct allocator<Small> { struct
74 using value_type = Small;
75 using size_type = std::size_t;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp43 struct allocator<Large> { struct
44 using value_type = Large;
45 using size_type = std::size_t;
46 using difference_type = std::ptrdiff_t;
48 using is_always_equal = std::true_type;
50 Large* allocate(std::size_t n) { in allocate()
61 void destroy(Large* p) { in destroy()
73 struct allocator<Small> { struct
74 using value_type = Small;
75 using size_type = std::size_t;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp43 struct allocator<Large> { struct
44 using value_type = Large;
45 using size_type = std::size_t;
46 using difference_type = std::ptrdiff_t;
48 using is_always_equal = std::true_type;
50 Large* allocate(std::size_t n) { in allocate()
61 void destroy(Large* p) { in destroy()
73 struct allocator<Small> { struct
74 using value_type = Small;
75 using size_type = std::size_t;
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/system/tbb/
H A Dmemory.h79 struct allocator struct
92 /*! The \p rebind metafunction provides the type of an \p allocator argument
100 /*! The typedef \p other gives the type of the rebound \p allocator. argument
108 inline allocator() {} in allocator() argument
113 inline allocator(const allocator & other) : base(other) {} in allocator() argument
119 inline allocator(const allocator<U> & other) : base(other) {} in allocator() function
124 inline ~allocator() {} in ~allocator() argument
/dports/devel/thrust/thrust-1.9.5/thrust/system/cpp/
H A Dmemory.h78 struct allocator struct
91 /*! The \p rebind metafunction provides the type of an \p allocator argument
99 /*! The typedef \p other gives the type of the rebound \p allocator. argument
107 inline allocator() {} in allocator() function
112 inline allocator(const allocator & other) : base(other) {} in allocator() function
118 inline allocator(const allocator<U> & other) : base(other) {} in allocator() function
123 inline ~allocator() {} in ~allocator() argument
/dports/devel/thrust/thrust-1.9.5/thrust/system/omp/
H A Dmemory.h79 struct allocator struct
92 /*! The \p rebind metafunction provides the type of an \p allocator argument
100 /*! The typedef \p other gives the type of the rebound \p allocator. argument
108 inline allocator() {} in allocator() function
113 inline allocator(const allocator & other) : base(other) {} in allocator() function
119 inline allocator(const allocator<U> & other) : base(other) {} in allocator() argument
124 inline ~allocator() {} in ~allocator() argument
/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/
H A Dmemory.h45 struct allocator struct
61 typedef allocator<U> other; argument
65 inline allocator() {} in allocator() function
68 inline allocator(const allocator & other) : base(other) {} in allocator() argument
72 inline allocator(const allocator<U> & other) : base(other) {} in allocator() argument
75 inline ~allocator() {} in ~allocator() argument
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/
H A Dallocator.go7 type allocator struct { struct
8 sync.Mutex
9 available [][]byte
11 used map[uint32][][]byte
25 func (a *allocator) GetPage(requestOrderID uint32) []byte {
52 func (a *allocator) ReleasePages(requestOrderID uint32) {
64 func (a *allocator) Free() {
72 func (a *allocator) countUsedPages() int {
83 func (a *allocator) countAvailablePages() int {
90 func (a *allocator) isRequestOrderIDUsed(requestOrderID uint32) bool {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/docs/
H A Dallocator.md7 ### Overview
17 ### Arenas
24 ### Slices
33 ### Free-lists (or buckets)
41 ### Chunk-sizes
50 ### Thread-safety
57 ### Implementation obstacles
70 ### Performance gains
90 ### Memory overhead
103 ### Further improvements
/dports/textproc/libsass/libsass-3.6.4/docs/
H A Dallocator.md7 ### Overview
17 ### Arenas
24 ### Slices
33 ### Free-lists (or buckets)
41 ### Chunk-sizes
50 ### Thread-safety
57 ### Implementation obstacles
70 ### Performance gains
90 ### Memory overhead
103 ### Further improvements
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/docs/
H A Dallocator.md7 ### Overview
17 ### Arenas
24 ### Slices
33 ### Free-lists (or buckets)
41 ### Chunk-sizes
50 ### Thread-safety
57 ### Implementation obstacles
70 ### Performance gains
90 ### Memory overhead
103 ### Further improvements
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/docs/
H A Dallocator.md7 ### Overview
17 ### Arenas
24 ### Slices
33 ### Free-lists (or buckets)
41 ### Chunk-sizes
50 ### Thread-safety
57 ### Implementation obstacles
70 ### Performance gains
90 ### Memory overhead
103 ### Further improvements
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/
H A Dallocator.go7 type allocator struct { struct
8 sync.Mutex
9 available [][]byte
11 used map[uint32][][]byte
25 func (a *allocator) GetPage(requestOrderID uint32) []byte {
52 func (a *allocator) ReleasePages(requestOrderID uint32) {
64 func (a *allocator) Free() {
72 func (a *allocator) countUsedPages() int {
83 func (a *allocator) countAvailablePages() int {
90 func (a *allocator) isRequestOrderIDUsed(requestOrderID uint32) bool {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/
H A Dallocator.go7 type allocator struct { struct
8 sync.Mutex
9 available [][]byte
11 used map[uint32][][]byte
25 func (a *allocator) GetPage(requestOrderID uint32) []byte {
52 func (a *allocator) ReleasePages(requestOrderID uint32) {
64 func (a *allocator) Free() {
72 func (a *allocator) countUsedPages() int {
83 func (a *allocator) countAvailablePages() int {
90 func (a *allocator) isRequestOrderIDUsed(requestOrderID uint32) bool {
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/pkg/sftp/
H A Dallocator.go7 type allocator struct { struct
8 sync.Mutex
9 available [][]byte
11 used map[uint32][][]byte
25 func (a *allocator) GetPage(requestOrderID uint32) []byte {
52 func (a *allocator) ReleasePages(requestOrderID uint32) {
64 func (a *allocator) Free() {
72 func (a *allocator) countUsedPages() int {
83 func (a *allocator) countAvailablePages() int {
90 func (a *allocator) isRequestOrderIDUsed(requestOrderID uint32) bool {
/dports/devel/libmba/libmba-0.9.1/src/mba/
H A Dallocator.h40 struct allocator { struct
45 size_t alloc_total; /* total bytes utilized from this allocator */ argument
46 size_t free_total; /* total bytes released from this allocator */ argument
47 size_t size_total; /* total bytes requested from this allocator */ argument
62 LIBMBA_API struct allocator *global_allocator; argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/ipams/remote/
H A Dremote.go15 type allocator struct { struct
16 endpoint *plugins.Client
17 name string
62 func (a *allocator) call(methodName string, arg interface{}, retVal PluginResponse) error {
74 func (a *allocator) getCapabilities() (*ipamapi.Capability, error) {
83 func (a *allocator) GetDefaultAddressSpaces() (string, string, error) {
103 func (a *allocator) ReleasePool(poolID string) error {
133 func (a *allocator) ReleaseAddress(poolID string, address net.IP) error {
144 func (a *allocator) DiscoverNew(dType discoverapi.DiscoveryType, data interface{}) error {
149 func (a *allocator) DiscoverDelete(dType discoverapi.DiscoveryType, data interface{}) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/ipams/remote/
H A Dremote.go15 type allocator struct { struct
16 endpoint *plugins.Client
17 name string
62 func (a *allocator) call(methodName string, arg interface{}, retVal PluginResponse) error {
74 func (a *allocator) getCapabilities() (*ipamapi.Capability, error) {
83 func (a *allocator) GetDefaultAddressSpaces() (string, string, error) {
103 func (a *allocator) ReleasePool(poolID string) error {
133 func (a *allocator) ReleaseAddress(poolID string, address net.IP) error {
144 func (a *allocator) DiscoverNew(dType discoverapi.DiscoveryType, data interface{}) error {
149 func (a *allocator) DiscoverDelete(dType discoverapi.DiscoveryType, data interface{}) error {
[all …]

12345678910>>...318