Skip to content

Slab allocator is a misnomer #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
abyrd opened this issue May 17, 2014 · 0 comments
Open

Slab allocator is a misnomer #124

abyrd opened this issue May 17, 2014 · 0 comments
Assignees

Comments

@abyrd
Copy link
Contributor

abyrd commented May 17, 2014

What I called a slab allocator is actually more of a stack allocator or arena allocator:
http://en.wikipedia.org/wiki/Region-based_memory_management
http://en.wikipedia.org/wiki/Stack_allocation
http://en.wikipedia.org/wiki/Slab_allocation

Obstacks do provide a standard way to do similar things:
http://en.wikipedia.org/wiki/Obstack

@abyrd abyrd self-assigned this May 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant