Home
last modified time | relevance | path

Searched refs:monotonic_buffer_resource (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmonotonic_buffer_resource.h56 _LIBCPP_HIDE_FROM_ABI monotonic_buffer_resource() in monotonic_buffer_resource() function
59 _LIBCPP_HIDE_FROM_ABI explicit monotonic_buffer_resource(size_t __initial_size) in monotonic_buffer_resource() function
60 : monotonic_buffer_resource(nullptr, __initial_size, get_default_resource()) {} in monotonic_buffer_resource()
62 _LIBCPP_HIDE_FROM_ABI monotonic_buffer_resource(void* __buffer, size_t __buffer_size) in monotonic_buffer_resource() function
63 : monotonic_buffer_resource(__buffer, __buffer_size, get_default_resource()) {} in monotonic_buffer_resource()
65 _LIBCPP_HIDE_FROM_ABI explicit monotonic_buffer_resource(memory_resource* __upstream) in monotonic_buffer_resource() function
66 : monotonic_buffer_resource(nullptr, __default_buffer_capacity, __upstream) {} in monotonic_buffer_resource()
69 : monotonic_buffer_resource(nullptr, __initial_size, __upstream) {} in monotonic_buffer_resource()
84 monotonic_buffer_resource(const monotonic_buffer_resource&) = delete;
86 _LIBCPP_HIDE_FROM_ABI_VIRTUAL ~monotonic_buffer_resource() override { release(); } in ~monotonic_buffer_resource()
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dmemory_resource46 class monotonic_buffer_resource;
54 #include <__memory_resource/monotonic_buffer_resource.h>
H A Dlibcxx.imp540 …{ include: [ "<__memory_resource/monotonic_buffer_resource.h>", "private", "<memory_resource>", "p…
H A Dmodule.modulemap.in1553 …ce_monotonic_buffer_resource [system] { header "__memory_resource/monotonic_buffer_resource.h" }
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dmemory_resource.inc26 using std::pmr::monotonic_buffer_resource;
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp431 void* monotonic_buffer_resource::__initial_descriptor::__try_allocate_from_chunk(size_t bytes, size… in __try_allocate_from_chunk()
442 void* monotonic_buffer_resource::__chunk_footer::__try_allocate_from_chunk(size_t bytes, size_t ali… in __try_allocate_from_chunk()
451 void* monotonic_buffer_resource::do_allocate(size_t bytes, size_t align) { in do_allocate()
/freebsd-14.2/lib/libc++/
H A DMakefile959 MER_HEADERS+= monotonic_buffer_resource.h
H A Dmodule.modulemap1553 …ce_monotonic_buffer_resource [system] { header "__memory_resource/monotonic_buffer_resource.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3516 SYMBOL(monotonic_buffer_resource, std::pmr::, <memory_resource>)