Searched refs:monotonic_buffer_resource (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/ |
H A D | monotonic_buffer_resource.h | 29 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_ABI monotonic_buffer_resource : public memory_… 55 _LIBCPP_HIDE_FROM_ABI monotonic_buffer_resource() in monotonic_buffer_resource() function 56 : monotonic_buffer_resource(nullptr, __default_buffer_capacity, get_default_resource()) {} in monotonic_buffer_resource() 58 _LIBCPP_HIDE_FROM_ABI explicit monotonic_buffer_resource(size_t __initial_size) in monotonic_buffer_resource() function 59 : monotonic_buffer_resource(nullptr, __initial_size, get_default_resource()) {} in monotonic_buffer_resource() 61 _LIBCPP_HIDE_FROM_ABI monotonic_buffer_resource(void* __buffer, size_t __buffer_size) in monotonic_buffer_resource() function 62 : monotonic_buffer_resource(__buffer, __buffer_size, get_default_resource()) {} in monotonic_buffer_resource() 64 _LIBCPP_HIDE_FROM_ABI explicit monotonic_buffer_resource(memory_resource* __upstream) in monotonic_buffer_resource() function 65 : monotonic_buffer_resource(nullptr, __default_buffer_capacity, __upstream) {} in monotonic_buffer_resource() 67 …_LIBCPP_HIDE_FROM_ABI monotonic_buffer_resource(size_t __initial_size, memory_resource* __upstream) in monotonic_buffer_resource() function [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | memory_resource | 46 class monotonic_buffer_resource; 56 # include <__memory_resource/monotonic_buffer_resource.h>
|
H A D | module.modulemap | 1561 …ce_monotonic_buffer_resource [system] { header "__memory_resource/monotonic_buffer_resource.h" }
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | memory_resource.cppm |
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | memory_resource.cpp | 431 void* monotonic_buffer_resource::__initial_descriptor::__try_allocate_from_chunk(size_t bytes, size_t align) { in __try_allocate_from_chunk() 442 void* monotonic_buffer_resource::__chunk_footer::__try_allocate_from_chunk(size_t bytes, size_t align) { in __try_allocate_from_chunk() 451 void* monotonic_buffer_resource::do_allocate(size_t bytes, size_t align) { in do_allocate()
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | memory_resource |
|
/freebsd/lib/libc++/ |
H A D | Makefile | 962 MER_HEADERS+= monotonic_buffer_resource.h
|
H A D | libcxx.imp | 552 …{ include: [ "<__memory_resource/monotonic_buffer_resource.h>", "private", "<memory_resource>", "p…
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 3516 SYMBOL(monotonic_buffer_resource, std::pmr::, <memory_resource>)
|