AdvancedVocabulary#backend#algorithms#developer-tools

Memory Arena Vocabulary

Learn the vocabulary of allocating from one pre-reserved block and freeing it all at once instead of per-object deallocation.

0 / 5 completed
1 / 5
A teammate explains that a request handler allocates all of its temporary objects from one large, pre-reserved block of memory, and instead of freeing each object individually, the entire block is reset at once when the request finishes. What memory management technique is being described?