mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-12 12:31:25 -07:00
extend eval space size to allow u128 key for hash store & related cache keys, + some extra metadata determined by user (user-defined kind & extra u64)
This commit is contained in:
@@ -155,3 +155,14 @@ e_msg_list_concat_in_place(E_MsgList *dst, E_MsgList *to_push)
|
||||
}
|
||||
MemoryZeroStruct(to_push);
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Space Functions
|
||||
|
||||
internal E_Space
|
||||
e_space_make(E_SpaceKind kind)
|
||||
{
|
||||
E_Space space = {0};
|
||||
space.kind = kind;
|
||||
return space;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user