messing around with testing using keyword in proc args (with new debug support)
This commit is contained in:
@ -114,6 +114,7 @@ RuntimeState :: struct {
|
||||
@thread_local
|
||||
worker_thread: sectr.ThreadWorkerContext
|
||||
|
||||
// TODO(Ed): Only persisent needs to be allocated by the host.
|
||||
ClientMemory :: struct {
|
||||
persistent : VArena,
|
||||
frame : VArena,
|
||||
@ -279,6 +280,8 @@ sync_sectr_api :: proc( sectr_api : ^sectr.ModuleAPI, memory : ^ClientMemory, lo
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(Ed): Put data segment memory in a Host_DataSegment struct.
|
||||
|
||||
fmt_backing : [16 * Kilobyte] u8
|
||||
|
||||
persistent_backing : [32 * Megabyte] byte
|
||||
|
Reference in New Issue
Block a user