1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2014-03-26 03:01:16 +01:00
parent e2526347bd
commit 5dbd89d2aa
4 changed files with 11 additions and 35 deletions

View file

@ -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