diff options
author | Subodh Kumar <s7158.kumar@samsung.com> | 2015-03-06 15:48:38 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-03-06 20:19:20 +0100 |
commit | 554b2cd9da44b55e598f32db94cf98ac43da58a0 (patch) | |
tree | c07845831f0e25288a999151d6673240e5d659f1 /AUTHORS | |
parent | 0bd2fc15e9c61adbbe794bdf5bd5639abf20ac6d (diff) | |
download | efl-554b2cd9da44b55e598f32db94cf98ac43da58a0.tar.gz |
eina: minimize fragmentation of chainned mempool.
Summary:
Previously: Each allocation happened in the first chain after any free.
Now: All allocation will happen in one chain until all buckets are full, this can reduce
fragmentation to some extent.
Reviewers: seoz, govi, shilpasingh, raster, cedric
Reviewed By: cedric
Subscribers: cedric, rajeshps
Differential Revision: https://phab.enlightenment.org/D2071
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ Igor Murzov <e-mail@date.by> Vladislav Brovko <v.brovko@samsung.com> ChunEon Park (Hermet) <hermet@hermet.pe.kr> Rajeev Ranjan (Rajeev) <rajeev.r@samsung.com> <rajeev.jnnce@gmail.com> +Subodh Kumar <s7158.kumar@samsung.com> Eet --- |