Skip to content

Commit

Permalink
Tracking allocator clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-zylinski committed Sep 17, 2024
1 parent bf7a92b commit e146f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3133,7 +3133,7 @@ For more information regarding memory allocation strategies in general, please s

#### Tracking allocator

Odin comes with a built in tracking allocator that lets you see if your progarm is leaking memory and when it does bad frees. Here's how to set it up:
In the core collection you'll find a tracking allocator that warns you if your progarm is leaking memory or if it does bad frees. Here's how to set it up:
```odin
package main
Expand Down

0 comments on commit e146f36

Please sign in to comment.