index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
memory.h
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
Merge pull request #29241 from bfredl/shadapack
bfredl
2024-06-14
|
\
|
*
refactor(shada): use msgpack_sbuffer less
bfredl
2024-06-11
*
|
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
|
/
*
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
2024-03-07
*
refactor: IWYU (#27186)
zeertzjq
2024-01-25
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: move function macros out of vim_defs.h (#26300)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
build(lint): remove clint.py rules for braces #20880
dundargoc
2022-11-01
*
fix(memory): fix memory alignment for dynamic allocation
Jan Palus
2022-10-31
*
refactor(arena): use a shared block freelist
bfredl
2022-08-24
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
perf(memory): use an arena for RPC decoding
bfredl
2022-06-14
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
refactor: introduce XFREE_CLEAR()
Justin M. Keyes
2019-05-25
*
unittest,memory: Fix tests
ZyX
2017-01-07
*
memory: Document new additions to memory.h
ZyX
2017-01-07
*
memory: Restore entered_free_all_mem functionality
ZyX
2017-01-07
*
unittest: Allow mocking allocator calls
ZyX
2017-01-07
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
rbuffer: Reimplement as a ring buffer and decouple from rstream
Thiago de Arruda
2015-07-01
*
memory.h: don't include vim.h in header files
Nicolas Hillegeer
2014-07-16
*
Add automatic generation of headers
ZyX
2014-06-02
*
Move documentation from function declarations to definitions
ZyX
2014-06-02
*
memory: add xstrlcpy
Nicolas Hillegeer
2014-05-26
*
Remove long_u: do_outofmem_msg().
Eliseo Martínez
2014-05-24
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
Removed `lalloc` prototype(again)
Thiago de Arruda
2014-05-17
*
Fix `xmemdup` function signature
Thiago de Arruda
2014-05-17
*
Introduce nvim namespace: Fix define guards.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15