Updated Memory model (markdown)

Benoît Blanchon
2015-10-30 23:12:31 +01:00
parent 1809c87faa
commit 99fcf7dd56

@@ -76,6 +76,6 @@ Memory is released in `DynamicJsonBuffer`'s destructor, so you don't have to do
| Type | Size |
|-------------------------|------------|
| JsonVariant | 16 |
| JsonArray of N element | 8 + 24 * N |
| JsonObject of N element | 8 + 32 * N |
| JsonVariant | 8 |
| JsonArray of N element | 8 + 16 * N |
| JsonObject of N element | 8 + 24 * N |