adding arena (p6)

This commit is contained in:
Allen Webster
2021-07-20 22:17:03 -07:00
parent 2953d97c53
commit a54f8b893f
6 changed files with 29 additions and 26 deletions
+3
View File
@@ -1125,12 +1125,14 @@ main:
@send(Map)
MD_MapMakeBucketCount: {
arena: *MD_Arena,
bucket_count: MD_u64,
return: MD_Map,
};
@send(Map)
MD_MapMake: {
arena: *MD_Arena,
return: MD_Map,
};
@@ -1162,6 +1164,7 @@ MD_MapScan: {
@send(Map)
MD_MapInsert: {
arena: *MD_Arena,
map: *MD_Map,
key: MD_MapKey,
val: *void,