diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-04-12 11:34:58 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-04-12 17:20:24 -0300 |
commit | ba10e311bddab18e38b1b706e232f804c2da9174 (patch) | |
tree | a4b66f731ff0c1a37a241b740a8e5465320d3a7a /src/nvim/diff.c | |
parent | 27b5ef3975e22c7d62e8dbe780dc75607e36eb43 (diff) | |
download | rneovim-ba10e311bddab18e38b1b706e232f804c2da9174.tar.gz rneovim-ba10e311bddab18e38b1b706e232f804c2da9174.tar.bz2 rneovim-ba10e311bddab18e38b1b706e232f804c2da9174.zip |
memory: Replace klib memory pools by malloc/free
Klib pools were used to improve allocation efficiency for some small objects,
but it is not a thread-safe approach. Thread safety in allocations will be
required for implementing #2371).
Diffstat (limited to 'src/nvim/diff.c')
0 files changed, 0 insertions, 0 deletions