mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[code] Get rid of malloc: keep a buffer in Code::App to be used as python heap
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
|
||||
namespace Code {
|
||||
|
||||
EditorController::EditorController(MenuController * menuController) :
|
||||
EditorController::EditorController(MenuController * menuController, App * pythonDelegate) :
|
||||
ViewController(nullptr),
|
||||
m_editorView(this),
|
||||
m_editorView(this, pythonDelegate),
|
||||
m_script(Ion::Storage::Record()),
|
||||
m_menuController(menuController)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user