|
FireSync API
|
| typedef kStatus(kCall* kHeapAllocExhaustionFx)(kHeapAlloc heapAlloc, kPointer receiver, kSize minimumRegionSize) |
Signature of callback to notify about heap exhaustion.
| heapAlloc | kHeapAlloc object. |
| receiver | Pointer to the receiver specified in kHeapAlloc_AddExhaustionHandler function. |
| minimumRegionSize | The smallest region that could be added to satisfy the memory request. |