>>11812585high-performance = fast
MT-safe = i can make multiple calls to the allocator that run at the same time and it won't break shit
memory allocator = piece of code that gives a program blocks of memory that it can do whatever it wants with
unit test = testing the components of the software individually
>>11812588more than 10 years
>>11812591I obligate myself to
>>11812601>>11813477My allocator is for GPU memory and has to be optimized for quasi-FIFO allocations strongly favoring internal fragmentation.
>>11812606I think I found it on Lainchan