Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Константин Зинченко
assignment-memory-allocator
Commits
10e2dd11
Commit
10e2dd11
authored
3 years ago
by
Константин Зинченко
Browse files
Options
Download
Email Patches
Plain Diff
Update src/mem.h
parent
ee225af8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/mem.h
src/mem.h
+1
-0
No files found.
src/mem.h
View file @
10e2dd11
...
...
@@ -14,6 +14,7 @@
void
*
_malloc
(
size_t
query
);
void
_free
(
void
*
mem
);
void
*
heap_init
(
size_t
initial_size
);
void
*
map_pages
(
void
const
*
addr
,
size_t
length
,
int
additional_flags
);
#define DEBUG_FIRST_BYTES 4
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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