mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-14 01:34:35 +00:00
[debug/trace] sync allocator with core:mem
This commit is contained in:
@@ -97,6 +97,8 @@ tracking_allocator_init :: proc(
|
||||
tracking_allocator_destroy :: proc(t: ^Tracking_Allocator) {
|
||||
delete(t.allocation_map)
|
||||
delete(t.bad_free_array)
|
||||
t.allocation_map = {}
|
||||
t.bad_free_array = {}
|
||||
}
|
||||
|
||||
@(no_sanitize_address)
|
||||
|
||||
Reference in New Issue
Block a user