mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 14:09:32 +03:00
spelling: reentrant
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4447a432ca
commit
46bc377942
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -598,7 +598,7 @@ Functions</h2></td></tr>
|
|||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>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 <em>force</em> parameter is <em>true</em> all possible memory should be freed. The per-thread <em>heartbeat</em> parameter is monotonically increasing and guaranteed to be deterministic if the program allocates deterministically. The <em>deferred_free</em> function is guaranteed to be called deterministically after some number of allocations (regardless of freeing or available free memory). At most one <em>deferred_free</em> function can be active. </p>
|
||||
<p>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 <em>force</em> parameter is <em>true</em> all possible memory should be freed. The per-thread <em>heartbeat</em> parameter is monotonically increasing and guaranteed to be deterministic if the program allocates deterministically. The <em>deferred_free</em> function is guaranteed to be called deterministically after some number of allocations (regardless of freeing or available free memory). At most one <em>deferred_free</em> function can be active. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue