|
|
|
|
|
by xtrapolate
2932 days ago
|
|
Are you seriously suggesting this is an issue? That's entirely up to you to solve in your custom allocator. Use whatever mechanism is available to you. Use a global condition variable, check it atomically every time you're entering your custom allocator, increment after a successful allocation. I don't know your system's constraints, nor should I... |
|
If I pass in an allocator that returns the statically allocated buffer, then the second call to it must abort loudly.