mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a block
This commit is contained in:
+1
-1
@@ -5156,7 +5156,7 @@ b32 gb_affinity_set(gbAffinity *a, isize core, isize thread_index) {
|
||||
|
||||
index = core * a->threads_per_core + thread_index;
|
||||
thread = pthread_self();
|
||||
|
||||
|
||||
|
||||
cpuset_t mn;
|
||||
CPU_ZERO(&mn);
|
||||
|
||||
Reference in New Issue
Block a user