make vet happy, thread_local heap

This commit is contained in:
jason
2022-05-04 18:45:39 -04:00
parent bac96cf2ad
commit 97d1a67871
3 changed files with 11 additions and 14 deletions
+2 -2
View File
@@ -101,8 +101,8 @@ MMAP_FLAGS :: unix.MAP_ANONYMOUS | unix.MAP_PRIVATE
MMAP_PROT :: unix.PROT_READ | unix.PROT_WRITE
//@thread_local _local_region: ^Region
_local_region: ^Region
@thread_local _local_region: ^Region
//_local_region: ^Region
global_regions: ^Region