mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Delay heap initialization until first heap expansion.
This commit is contained in:
parent
e2526347bd
commit
5dbd89d2aa
4 changed files with 11 additions and 35 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*******************************************************************************
|
||||
|
||||
Copyright(C) Jonas 'Sortie' Termansen 2012.
|
||||
Copyright(C) Jonas 'Sortie' Termansen 2012, 2014.
|
||||
|
||||
This file is part of the Sortix C Library.
|
||||
|
||||
|
|
@ -29,8 +29,6 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
void _init_heap();
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue