Searched refs:bucket_allocator (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/pigweed/pw_malloc/ |
H A D | BUILD.bazel | 152 "//pw_malloc:bucket_allocator_backend": "//pw_malloc:bucket_allocator", 153 "//pw_malloc:bucket_block_allocator_backend": "//pw_malloc:bucket_allocator", 158 "//pw_malloc_freelist:backend": "//pw_malloc:bucket_allocator", 181 name = "bucket_allocator", 182 srcs = ["bucket_allocator.cc"], 184 "//pw_allocator:bucket_allocator", 192 deps = [":bucket_allocator"], 307 "bucket_allocator.cc", 314 "//pw_allocator:bucket_allocator",
|
H A D | BUILD.gn | 111 pw_source_set("bucket_allocator") { 113 deps = [ "$dir_pw_allocator:bucket_allocator" ] 114 sources = [ "bucket_allocator.cc" ] 119 public_deps = [ ":bucket_allocator" ] 185 "$dir_pw_allocator:bucket_allocator", 187 sources = [ "bucket_allocator.cc" ]
|
H A D | CMakeLists.txt | 77 pw_add_library(pw_malloc.bucket_allocator STATIC 81 pw_allocator.bucket_allocator 83 bucket_allocator.cc 90 pw_allocator.bucket_allocator
|
/aosp_15_r20/external/pigweed/pw_allocator/ |
H A D | BUILD.bazel | 120 name = "bucket_allocator", 122 "public/pw_allocator/bucket_allocator.h", 138 deps = [":bucket_allocator"], 298 ":bucket_allocator", 551 ":bucket_allocator", 799 "public/pw_allocator/bucket_allocator.h",
|
H A D | BUILD.gn | 118 pw_source_set("bucket_allocator") { 120 public = [ "public/pw_allocator/bucket_allocator.h" ] 133 public_deps = [ ":bucket_allocator" ] 262 ":bucket_allocator", 452 ":bucket_allocator",
|
H A D | CMakeLists.txt | 115 pw_add_library(pw_allocator.bucket_allocator INTERFACE 117 public/pw_allocator/bucket_allocator.h 130 pw_allocator.bucket_allocator 275 pw_allocator.bucket_allocator 503 pw_allocator.bucket_allocator
|
/aosp_15_r20/external/pigweed/pw_allocator/size_report/ |
H A D | BUILD.gn | 38 pw_executable("bucket_allocator") { 40 sources = [ "bucket_allocator.cc" ] 42 "..:bucket_allocator",
|
H A D | BUILD.bazel | 38 name = "bucket_allocator", 39 srcs = ["bucket_allocator.cc"], 41 "//pw_allocator:bucket_allocator",
|
/aosp_15_r20/external/pigweed/pw_malloc_freelist/ |
H A D | BUILD.bazel | 19 # pw_allocator:freelist has been replaced by pw_allocator:bucket_allocator 27 actual = "//pw_malloc:bucket_allocator",
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/ |
D | implementation.hpp | 2931 bucket>::type bucket_allocator; typedef 2934 typedef boost::unordered::detail::allocator_traits<bucket_allocator> 2949 boost::unordered::detail::compressed<bucket_allocator, node_allocator> 3002 bucket_allocator const& bucket_alloc() const in bucket_alloc() 3012 bucket_allocator& bucket_alloc() { return allocators_.first(); } in bucket_alloc() 4820 bucket<node_pointer> >::type bucket_allocator; typedef 4822 bucket_allocator>::pointer bucket_pointer;
|
/aosp_15_r20/external/pigweed/docs/ |
H A D | BUILD.gn | 175 "$dir_pw_allocator/public/pw_allocator/bucket_allocator.h",
|