v/vlib/builtin/bare
bogen85 8178e1f7da 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.
2019-12-08 13:44:52 +03:00
..
.checks freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
array_bare.v freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
builtin_bare.v freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
linuxsys_bare.v freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
mm_bare.v freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
string_bare.v freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
syscallwrapper_test.v os: replace dir_exists with is_dir; file_exists() => exists() 2019-12-04 23:17:45 +03:00