mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-09 21:08:42 +03:00
spelling: extra
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0d78953e6e
commit
becddf5dac
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ terms of the MIT license.
|
||||||
/* This is a stress test for the allocator, using multiple threads and
|
/* This is a stress test for the allocator, using multiple threads and
|
||||||
transferring objects between threads. It tries to reflect real-world workloads:
|
transferring objects between threads. It tries to reflect real-world workloads:
|
||||||
- allocation size is distributed linearly in powers of two
|
- allocation size is distributed linearly in powers of two
|
||||||
- with some fraction extra large (and some extra extra large)
|
- with some fraction extra large (and some extra, extra, large)
|
||||||
- the allocations are initialized and read again at free
|
- the allocations are initialized and read again at free
|
||||||
- pointers transfer between threads
|
- pointers transfer between threads
|
||||||
- threads are terminated and recreated with some objects surviving in between
|
- threads are terminated and recreated with some objects surviving in between
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue