|
|
|
|
|
by fpoling
232 days ago
|
|
Even with the stack the memory can fragment. Just consider one created 10 features on the stack and the last completed last. Then memory for the first 9 will not be released until the last completes. This problem does not happen with a custom allocator where things to allocate are of roughly the same size and allocator uses same-sized cells to allocate. |
|