6void* allocMaxSpeed(uint32_t requiredSize,
void* thingNotToStealFrom =
nullptr);
8void* allocLowSpeed(uint32_t requiredSize,
void* thingNotToStealFrom =
nullptr);
10void* allocStealable(uint32_t requiredSize,
void* thingNotToStealFrom =
nullptr);
13void* delugeAlloc(
unsigned int requiredSize,
bool mayUseOnChipRam);
14void delugeDealloc(
void* address);