Skip to content

Commit 8356f53

Browse files
committed
Update README.md
1 parent 50ce723 commit 8356f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ int main()
3636

3737
### allocators
3838
- **salloc::shared_allocator** is simple allocator that allocates and deallocates memory using imported functions `shared_allocate`
39-
and `shared_deallocate`
39+
and `shared_deallocate`. All instances of this allocator will allocated and deallocate memory inside one heap.
4040
- **salloc::cached_allocator** is allocator that caches deallocated memory (stores pointers to previously allocated memory for further usage).
4141
So if you allocating and deallocating memory buffers **of the same size** rapidly you will have a very small number
4242
of real memory allocations, because once allocated, this memory buffer will be reused for many times.

0 commit comments

Comments
 (0)