Skip to content

Commit

Permalink
Update include/aws/common/allocator.h
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Graeb <[email protected]>
  • Loading branch information
DmitriyMusatkin and graebm authored Oct 30, 2023
1 parent 314596b commit 3f5e9b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/aws/common/allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ AWS_EXTERN_C_BEGIN
* Quick guide to allocators:
* CRT offers several flavours of allocators:
* - default: basic allocator that invokes system one directly.
* - aligned: basic allocator, targeted toward most common use case. behavior
* can change over time. Current default aligns small allocations on 8 byte
* - aligned: basic allocator that aligns small allocations on 8 byte
* boundary and big buffers on 32/64 byte (system dependent) boundary.
* Aligned mem can improve perf on some operations, like memcpy or hashes.
* Depending on a system, can result in higher peak memory count in heavy
Expand Down

0 comments on commit 3f5e9b3

Please sign in to comment.