Displaying 1 result from an estimated 1 matches for "d15820".
Did you mean:
d15829
2016 Jan 04
3
Optimizing memory allocation for custom allocators and non C code
I had this on my TODO list for a while, but the recent introduction of
inaccessiblememonly makes it suddenly more urgent, as there is a risk to
waste effort in duplicated work and/or end up with suboptimal solutions. I
collected 2 use cases for inaccessiblememonly :
- Allocation like functions.
- Runtime functions for managed languages, that touch state that the
program itself can never touch