Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Armagetron Advanced
Armagetron Advanced
Commits
c9960369
Commit
c9960369
authored
Nov 18, 2021
by
Manuel Moos
Browse files
Merge from 0.2.8.3
parents
4f279f1e
c286568a
Pipeline
#412103115
passed with stages
in 39 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/tools/tMemManager.h
View file @
c9960369
...
...
@@ -88,6 +88,7 @@ public:
// defines the used functions, we thus need to include it before
// we define macros for them
#include
<string.h>
#include
<iostream>
// macros replacing C memory management
#define malloc(SIZE) static_cast<void *>(tNEW(char)[SIZE])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment