Andrew Tridgell
|
9f714dc23e
|
AP_Common: allow expansion of heaps in MultiHeap
this allows for new heaps to be added at runtime for lua scripting if
you run out of memory while armed
|
2024-11-25 16:16:51 +11:00 |
|
Andrew Tridgell
|
5620fee636
|
AP_Common: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
aa2f885e2f
|
AP_Common: added checks for new without std::nothrow
and add NEW_NOTHROW macro
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
22a16f9672
|
AP_Common: added MultiHeap class
for scripting allocation with multiple heaps
|
2023-01-16 09:19:16 +11:00 |
|