mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-08 07:04:41 +02:00
Updated Memory model (markdown)
@@ -95,3 +95,11 @@ Memory is released in `DynamicJsonBuffer`'s destructor, so you don't have to do
|
||||
| JsonVariant | 16 |
|
||||
| JsonArray of N element | 12 + 24 * N |
|
||||
| JsonObject of N element | 12 + 32 * N |
|
||||
|
||||
#### Object size on x64 (tested on Visual Studio 2015)
|
||||
|
||||
| Type | Size |
|
||||
|-------------------------|-------------|
|
||||
| JsonVariant | 16 |
|
||||
| JsonArray of N element | 24 + 24 * N |
|
||||
| JsonObject of N element | 24 + 32 * N |
|
Reference in New Issue
Block a user