Deluge Firmware 1.3.0
Build date: 2025.04.16
Loading...
Searching...
No Matches
GeneralMemoryAllocator Member List

This is the complete list of members for GeneralMemoryAllocator, including all inherited members.

alloc(uint32_t requiredSize, bool mayUseOnChipRam, bool makeStealable, void *thingNotToStealFrom) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
allocExternal(uint32_t requiredSize) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
allocInternal(uint32_t requiredSize) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
allocLowSpeed(uint32_t requiredSize, void *thingNotToStealFrom=nullptr) (defined in GeneralMemoryAllocator)GeneralMemoryAllocatorinline
allocMaxSpeed(uint32_t requiredSize, void *thingNotToStealFrom=nullptr) (defined in GeneralMemoryAllocator)GeneralMemoryAllocatorinline
allocStealable(uint32_t requiredSize, void *thingNotToStealFrom=nullptr) (defined in GeneralMemoryAllocator)GeneralMemoryAllocatorinline
cacheManager (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
checkEverythingOk(char const *errorString) (defined in GeneralMemoryAllocator)GeneralMemoryAllocatorprivate
checkStack(char const *caller) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
dealloc(void *address) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
deallocExternal(void *address) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
extend(void *address, uint32_t minAmountToExtend, uint32_t idealAmountToExtend, uint32_t *getAmountExtendedLeft, uint32_t *getAmountExtendedRight, void *thingNotToStealFrom=nullptr) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
extendRightAsMuchAsEasilyPossible(void *address) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
GeneralMemoryAllocator() (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
get() (defined in GeneralMemoryAllocator)GeneralMemoryAllocatorinlinestatic
getAllocatedSize(void *address) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
getRegion(void *address) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
lock (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
putStealableInAppropriateQueue(Stealable &stealable) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
putStealableInQueue(Stealable &stealable, StealableQueue q) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
regions (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
shortenLeft(void *address, uint32_t amountToShorten, uint32_t numBytesToMoveRightIfSuccessful=0) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
shortenRight(void *address, uint32_t newSize) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
test() (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
testMemoryDeallocated(void *address) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator
testShorten(int32_t i) (defined in GeneralMemoryAllocator)GeneralMemoryAllocator