Y
Hacker News
new
|
ask
|
show
|
jobs
by
seventh-chord
2239 days ago
This seems to assume you want to actually allocate individual objects using malloc/calloc, when in reality you usually want to pool your allocations somehow, both for performance and for your own sanity.