Add mem.Allocator_Query_Info and mem.query_info

This commit is contained in:
gingerBill
2020-08-16 23:05:33 +01:00
parent 033b46def8
commit e7f54d25d6
5 changed files with 86 additions and 14 deletions
+3
View File
@@ -139,6 +139,9 @@ default_temp_allocator_proc :: proc(allocator_data: rawptr, mode: Allocator_Mode
set^ = {.Alloc, .Free, .Free_All, .Resize, .Query_Features};
}
return set;
case .Query_Info:
return nil;
}
return nil;