Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 8, 2024
1 parent 9778828 commit 6e0744b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ for (int i = 0; i < arrlen(result->indices); ++i) {
flx_free(result);
```
## 🛠 Development
How to detect memory leaks: (macOS only)
```sh
# leaks -atExit -- ./path/to/exe/test_flx
```

On Linux, you should use [Valgrind](https://valgrind.org/) instead!

## 🔍 See Also

- [flx][] - Original algorithm in Emacs Lisp
Expand Down

0 comments on commit 6e0744b

Please sign in to comment.