mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-18 11:22:11 +00:00
Merge pull request #7200 from A1029384756/trace-tracking-allocator-improvements
[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