Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ basic_memory_buffer
Method
basic_memory_buffer
extlibs/fmt/include/fmt/format.h:648–651 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
646
using const_reference = const T&;
647
648
explicit basic_memory_buffer(const Allocator& alloc = Allocator())
649
: Allocator(alloc) {
650
this->set(store_, SIZE);
651
}
652
~basic_memory_buffer() FMT_OVERRIDE { deallocate(); }
653
654
private:
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected