AdvancedVocabulary#software-architecture#developer-tools#backend

Slab Allocator Vocabulary

Learn the vocabulary of pre-allocating fixed-size slabs dedicated to one specific, frequently allocated object type.

0 / 5 completed
1 / 5
At standup, a dev mentions pre-allocating memory in fixed-size chunks called slabs, each already sized and laid out for one specific kind of object, so allocating or freeing that object type is fast and doesn't fragment memory the way general-purpose allocation can. What is this allocation strategy called?