aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.h
Commit message (Expand)AuthorAge
* refactor: introduce XFREE_CLEAR()Justin M. Keyes2019-05-25
* unittest,memory: Fix testsZyX2017-01-07
* memory: Document new additions to memory.hZyX2017-01-07
* memory: Restore entered_free_all_mem functionalityZyX2017-01-07
* unittest: Allow mocking allocator callsZyX2017-01-07
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* rbuffer: Reimplement as a ring buffer and decouple from rstreamThiago de Arruda2015-07-01
* memory.h: don't include vim.h in header filesNicolas Hillegeer2014-07-16
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* memory: add xstrlcpyNicolas Hillegeer2014-05-26
* Remove long_u: do_outofmem_msg().Eliseo Martínez2014-05-24
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Removed `lalloc` prototype(again)Thiago de Arruda2014-05-17
* Fix `xmemdup` function signatureThiago de Arruda2014-05-17
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15