You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,6 @@ int main()
49
49
stored in one list and 5 pointers of size 60 will be stored in another list).
50
50
It is not recommended to use this allocator with individual containers, it is better to share this allocator between several
51
51
containers at once.
52
+
53
+
# LICENSE
54
+
SharedAllocator is licensed under terms of GNU GPL v3 (see file LICENSE), but I plan to add other licenses in the near future (LGPL or MIT license maybe). Send me a message if you are interested.
0 commit comments