mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-21 22:42:25 +02:00
MemoryPool
calls the Allocator
directly
This commit is contained in:
@ -10,8 +10,7 @@
|
||||
using namespace ArduinoJson::detail;
|
||||
|
||||
static void testCodepoint(uint32_t codepoint, std::string expected) {
|
||||
char buffer[4096];
|
||||
MemoryPool pool(buffer, 4096);
|
||||
MemoryPool pool(4096);
|
||||
StringCopier str(&pool);
|
||||
str.startString();
|
||||
|
||||
|
Reference in New Issue
Block a user