Records
Functions
-
fit::result<std::string_view, std::unique_ptr<std::byte[]>> DefaultAllocator (size_t bytes)This is the default argument for the zbitl::View::CopyStorageItem callback
to allocate scratch memory. It uses normal `new std::byte[]`. If explicit
callbacks are provided instead, the library won't need to link in the
standard C++ library allocator used by this.
-
fit::result<std::string_view, std::unique_ptr<std::byte[]>> DefaultAllocator (size_t bytes)This is the default argument for the zbitl::View::CopyStorageItem callback
to allocate scratch memory. It uses normal `new std::byte[]`. If explicit
callbacks are provided instead, the library won't need to link in the
standard C++ library allocator used by this.
Defined at line 13 of file ../../src/lib/zbitl/default-allocator.cc
-
fit::result<std::string_view, std::unique_ptr<std::byte[]>> DefaultAllocator (size_t bytes)This is the default argument for the zbitl::View::CopyStorageItem callback
to allocate scratch memory. It uses normal `new std::byte[]`. If explicit
callbacks are provided instead, the library won't need to link in the
standard C++ library allocator used by this.