diff --git a/doc/mimalloc-doc.h b/doc/mimalloc-doc.h index c863f677..5ec2a3ac 100644 --- a/doc/mimalloc-doc.h +++ b/doc/mimalloc-doc.h @@ -357,7 +357,7 @@ typedef void (mi_deferred_free_fun)(bool force, unsigned long long heartbeat, vo /// /// Some runtime systems use deferred free-ing, for example when using /// reference counting to limit the worst case free time. -/// Such systems can register (re-entrant) deferred free function +/// Such systems can register (reentrant) deferred free function /// to free more memory on demand. When the \a force parameter is /// \a true all possible memory should be freed. /// The per-thread \a heartbeat parameter is monotonically increasing diff --git a/docs/group__extended.html b/docs/group__extended.html index 9fe048bb..2908cd99 100644 --- a/docs/group__extended.html +++ b/docs/group__extended.html @@ -598,7 +598,7 @@ Functions -
Some runtime systems use deferred free-ing, for example when using reference counting to limit the worst case free time. Such systems can register (re-entrant) deferred free function to free more memory on demand. When the force parameter is true all possible memory should be freed. The per-thread heartbeat parameter is monotonically increasing and guaranteed to be deterministic if the program allocates deterministically. The deferred_free function is guaranteed to be called deterministically after some number of allocations (regardless of freeing or available free memory). At most one deferred_free function can be active.
+Some runtime systems use deferred free-ing, for example when using reference counting to limit the worst case free time. Such systems can register (reentrant) deferred free function to free more memory on demand. When the force parameter is true all possible memory should be freed. The per-thread heartbeat parameter is monotonically increasing and guaranteed to be deterministic if the program allocates deterministically. The deferred_free function is guaranteed to be called deterministically after some number of allocations (regardless of freeing or available free memory). At most one deferred_free function can be active.