1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin/bare/.checks
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
..
consts freestanding improvements (exit, function checks) 2019-12-07 22:25:19 +03:00
forkedtest freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
linuxsys freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
string freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
.gitignore freestanding: add core linux syscalls and associated tests 2019-11-23 19:35:57 +03:00
checks.v freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
readme.md freestanding: add core linux syscalls and associated tests 2019-11-23 19:35:57 +03:00
sample_text1.txt freestanding: add core linux syscalls and associated tests 2019-11-23 19:35:57 +03:00

In this directory:

v run checks.v