|
|
|
|
|
by bheadmaster
251 days ago
|
|
> Ideally, there is only one allocation and deallocation in the entire program. Doesn't this techically happen with most of the modern allocators? They do a lot of work to avoid having to request new memory from the kernel as much as possible. |
|
Like, every ~thousand malloc calls invoked (s)brk and that was it.