mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase.
This commit is contained in:
parent
8c988319ec
commit
4ed1d791e5
86 changed files with 22712 additions and 22630 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include "../../../utilities/juce_UndoManager.h"
|
||||
#include "../../graphics/colour/juce_Colour.h"
|
||||
#include "../../../containers/juce_VoidArray.h"
|
||||
class CodeDocumentLine;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue