Skip to content

Commit

Permalink
allocators doc
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Oct 30, 2024
1 parent 63030ad commit 7a00f2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/ref/corelib/json/allocators.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ the data representing the long string, byte string, array or object, and the
allocator used to allocate that storage. To later deallocate that storage, the allocator is
retrieved with `ptr->get_allocator()`.

contains a pointer to underlying storage,
the allocator is used to allocate that storage, and it is retained in that storage.


#### Propagation

The allocator applies not only to a `basic_json`'s data member, but also to its data member's elements. For example:
Expand Down

0 comments on commit 7a00f2a

Please sign in to comment.