Mill Computing, Inc. Forums The Mill Architecture Metadata Reply To: Metadata

David
Participant
Post count: 32

Sorry, I’ve been using the wrong term. Instead of “slab allocator”, I’ve been actually meaning “tlab allocator”. Nursery allocation with simple inline pointer bumping, each thread having its own preallocated buffer. Many systems try to keep such a pointer in a global register.