adjustments

This commit is contained in:
2025-11-07 00:41:44 -05:00
parent e632bc4c78
commit 32b69d50cb
4 changed files with 24 additions and 39 deletions

View File

@@ -56,7 +56,7 @@ Host_API :: struct {
}
ThreadMemory :: struct {
using _: ThreadWorkerContext,
using _: ThreadWorkerContext,
// Per-thread profiling
spall_buffer_backing: [SPALL_BUFFER_DEFAULT_SIZE]byte,

View File

@@ -77,8 +77,8 @@ import "codebase:grime"
logger_init :: grime.logger_init
// Memory
mem_alloc :: grime.mem_alloc
mem_copy_overlapping :: grime.mem_copy_overlapping
mem_copy :: grime.mem_copy
mem_copy_non_overlapping :: grime.mem_copy_non_overlapping
mem_zero :: grime.mem_zero
slice_zero :: grime.slice_zero
// Ring Buffer