We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7334c commit 0afdee2Copy full SHA for 0afdee2
src/AudioTools/CoreAudio/AudioBasic/Collections/Allocator.h
@@ -172,6 +172,6 @@ class AllocatorPSRAM : public Allocator {
172
#endif
173
174
static AllocatorExt DefaultAllocator;
175
-static AllocatorExt DefaultAllocatorRAM;
+static Allocator DefaultAllocatorRAM;
176
177
} // namespace audio_tools
0 commit comments