1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

freestanding: malloc/free with mm_alloc an mm_free

Added more array support that depends on malloc. Added string clone (that uses malloc). Added test for it. Eliminated stack allocated buffers from most of the unit checks.
This commit is contained in:
bogen85
2019-12-08 04:44:52 -06:00
committed by Alexander Medvednikov
parent 6ec626c5e9
commit 8178e1f7da
10 changed files with 96 additions and 56 deletions

View File

@ -70,6 +70,7 @@ pub enum sig_index {
si_pid = 0x04
si_uid = 0x05
si_status = 0x06
si_size = 0x80
}
pub enum signo {