|
|
|
|
|
by khalladay
3537 days ago
|
|
At least with the real time applications that I have experience with, this is often mitigated with custom memory allocators which pre-allocate large contiguous blocks before performance critical sections and then parcels out segments of those blocks at runtime. |
|
For example in real time JVMs