core/core/utils/memory library

Classes

FfiMemory
FfiMemory uses native functions to interact with memory operations. For example, setMemory will use the memset function.
Memory
Memory class handles pointer related operations. You can customize the behavior by extending this class and provide it to memory related instances such as AllocatedAudioFrames. By default, FfiMemory will be used.