1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/memory
ed 433750941b MemoryBlock: Added a new replaceAll() method and deprecated the replaceWith() method
When passing in valid data with zero size, replaceWith() will do nothing and leave the MemoryBlock in its previous state which may be unexpected. replaceAll() will reset the MemoryBlock and resize it to 0
2021-04-27 09:06:14 +01:00
..
juce_AllocationHooks.cpp Android: Fix numeric conversion warnings 2021-02-03 16:09:54 +00:00
juce_AllocationHooks.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_Atomic.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_ByteOrder.h Fixed some Doxygen parsing issues 2020-07-03 17:18:35 +01:00
juce_ContainerDeletePolicy.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_HeapBlock.h Tidied up some template statement whitespace 2021-01-29 15:40:12 +00:00
juce_HeavyweightLeakedObjectDetector.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_LeakedObjectDetector.h Warnings: Silence some GCC warnings 2020-05-05 12:28:47 +01:00
juce_Memory.h CoreMIDI: Enable support for new API 2020-12-03 12:30:22 +00:00
juce_MemoryBlock.cpp MemoryBlock: Added a new replaceAll() method and deprecated the replaceWith() method 2021-04-27 09:06:14 +01:00
juce_MemoryBlock.h MemoryBlock: Added a new replaceAll() method and deprecated the replaceWith() method 2021-04-27 09:06:14 +01:00
juce_OptionalScopedPointer.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_ReferenceCountedObject.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_ScopedPointer.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_SharedResourcePointer.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_Singleton.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_WeakReference.h Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00