MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / allocator

Method allocator

src/ArduinoJson/Memory/ResourceManager.hpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 Allocator* allocator() const {
50 return allocator_;
51 }
52
53 size_t size() const {
54 return variantPools_.size() + stringPool_.size();

Callers 2

JsonDocumentFunction · 0.80
allocatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected