Skip to content

Commit 0afdee2

Browse files
committed
DefaultAllocatorRAM - should be in RAM
1 parent bc7334c commit 0afdee2

File tree

1 file changed

+1
-1
lines changed
  • src/AudioTools/CoreAudio/AudioBasic/Collections

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioBasic/Collections/Allocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ class AllocatorPSRAM : public Allocator {
172172
#endif
173173

174174
static AllocatorExt DefaultAllocator;
175-
static AllocatorExt DefaultAllocatorRAM;
175+
static Allocator DefaultAllocatorRAM;
176176

177177
} // namespace audio_tools

0 commit comments

Comments
 (0)