mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
make vet happy, thread_local heap
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user