neovim/src
Felipe Oliveira Carvalho 83161200c4 Remove MEM_PROFILE related code
Code around `#ifdef MEM_PROFILE` was used to profile vim's memory
comsumption. It's very likely broken as new code is using malloc() and free()
directly.

In this day and age, valgrind can solve in a much reliable way what
this code was trying to do.
2014-03-26 18:29:17 -03:00
..
os Implement mch_delay on top of libuv 2014-03-24 19:25:07 -03:00
po Changed name of binary (vim -> nvim). 2014-02-24 18:48:51 -03:00
testdir Fix memory leak in eval7 2014-03-07 15:27:05 -03:00
arabic.c inline arabic_char() 2014-03-24 18:23:24 -03:00
arabic.h inline arabic_char() 2014-03-24 18:23:24 -03:00
ascii.h Removes 'proto' dir 2014-02-26 04:17:27 -03:00
blowfish.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
blowfish.h Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
buffer_defs.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
buffer.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
buffer.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
charset.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
charset.h Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
CMakeLists.txt Do not include farsi.c in main.c 2014-03-25 18:48:45 -03:00
crypt.c Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
crypt.h Extract crypt.c from misc2.c 2014-03-06 07:16:21 -03:00
cursor_shape.c adapt to the style guildelines 2014-03-19 07:53:16 -03:00
cursor_shape.h Remove CURSOR_SHAPE #ifdef tests 2014-03-10 05:55:59 -03:00
diff.c adapt to the style guildelines 2014-03-19 07:53:16 -03:00
diff.h Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
digraph.c Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
digraph.h Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
edit.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
edit.h Do not include farsi.c in main.c 2014-03-25 18:48:45 -03:00
eval_defs.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
eval.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
eval.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_cmds2.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
ex_cmds2.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_cmds_defs.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
ex_cmds.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
ex_cmds.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_docmd.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
ex_docmd.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
ex_eval.c adapt to the style guildelines 2014-03-19 07:53:16 -03:00
ex_eval.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
ex_getln.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
ex_getln.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
farsi.c Do not include farsi.c in main.c 2014-03-25 18:48:45 -03:00
farsi.h Do not include farsi.c in main.c 2014-03-25 18:48:45 -03:00
file_search.c Use memset instead of vim_memset 2014-03-25 18:57:02 -03:00
file_search.h Adapt include guards to the style guide 2014-03-14 21:54:32 -03:00
fileio.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
fileio.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
fold.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
fold.h Move some types and consts from structs.h to other headers 2014-03-07 08:02:38 -03:00
garray.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
garray.h Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
getchar.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
getchar.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
globals.h Do not include farsi.c in main.c 2014-03-25 18:48:45 -03:00
hardcopy.c Use memset instead of vim_memset 2014-03-25 18:57:02 -03:00
hardcopy.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
hashtab.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
hashtab.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
if_cscope_defs.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
if_cscope.c Implement mch_delay on top of libuv 2014-03-24 19:25:07 -03:00
if_cscope.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
indent_c.c adapt to the style guildelines 2014-03-19 07:53:16 -03:00
indent_c.h Extract indent_c.c from misc1.c 2014-03-14 21:19:46 -03:00
indent.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
indent.h Moved more functions from misc1.c to indent.c 2014-03-15 11:42:27 -03:00
keymap.c adapt to the style guildelines 2014-03-19 07:53:16 -03:00
keymap.h Extract keymap.c from misc2.c 2014-03-06 07:16:21 -03:00
macros.h Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
main.c Remove MEM_PROFILE related code 2014-03-26 18:29:17 -03:00
main.h Do not include farsi.c in main.c 2014-03-25 18:48:45 -03:00
mark_defs.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
mark.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
mark.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
mbyte.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
mbyte.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
memfile_defs.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
memfile.c Use memset instead of vim_memset 2014-03-25 18:57:02 -03:00
memfile.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
memline_defs.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
memline.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
memline.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
menu.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
menu.h Move some types and consts from structs.h to other headers 2014-03-07 08:02:38 -03:00
message.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
message.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
misc1.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
misc1.h Revive vim_fname (-> os_file_exists); fix misuse of mch_getperm. 2014-03-15 11:50:22 -03:00
misc2.c Remove MEM_PROFILE related code 2014-03-26 18:29:17 -03:00
misc2.h Remove MEM_PROFILE related code 2014-03-26 18:29:17 -03:00
move.c adapt to the style guildelines 2014-03-19 07:53:16 -03:00
move.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
normal.c Remove MEM_PROFILE related code 2014-03-26 18:29:17 -03:00
normal.h Move exarg_T and cmdarg_T from structs.h to normal.h 2014-03-09 09:37:00 -03:00
ops.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
ops.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
option_defs.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
option.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
option.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
os_unix_defs.h Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
os_unix.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
os_unix.h Implement mch_delay on top of libuv 2014-03-24 19:25:07 -03:00
os_unixx.h Remove USE_SYSTEM and code only run under USE_SYSTEM 2014-03-05 15:12:21 -03:00
popupmnu.c adapt to the style guildelines 2014-03-19 07:53:16 -03:00
popupmnu.h Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
pos.h Extract pos.h from structs.h 2014-03-09 09:37:00 -03:00
proto.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
quickfix.c Use memset instead of vim_memset 2014-03-25 18:57:02 -03:00
quickfix.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
regexp_defs.h Extract pos.h from structs.h 2014-03-09 09:37:00 -03:00
regexp_nfa.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
regexp.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
regexp.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
screen.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
screen.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
search.c Use memcmp instead of vim_memcmp 2014-03-26 16:28:13 -03:00
search.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
sha256.c Use memset instead of vim_memset 2014-03-25 18:57:02 -03:00
sha256.h Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
spell.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
spell.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
syntax_defs.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
syntax.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
syntax.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
tag.c Use memcmp instead of vim_memcmp 2014-03-26 16:28:13 -03:00
tag.h Move some types and consts from structs.h to other headers 2014-03-07 08:02:38 -03:00
term_defs.h Removes 'proto' dir 2014-02-26 04:17:27 -03:00
term.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
term.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
types.h Include <stdint.h> in types.h 2014-03-14 21:03:28 -03:00
ui.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
ui.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00
undo_defs.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
undo.c Use memmove instead of mch_memmove 2014-03-26 16:28:13 -03:00
undo.h Delete structs.h by spliting it and moving code to other headers 2014-03-18 20:19:19 -03:00
version_defs.h Added MODIFIED_BY and updated version information. 2014-03-07 16:58:58 -03:00
version.c Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
version.h Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h 2014-03-16 12:00:41 -03:00
vim.h Remove MEM_PROFILE related code 2014-03-26 18:29:17 -03:00
window.c Do not include farsi.c in main.c 2014-03-25 18:48:45 -03:00
window.h Remove __ARGS macro. Close #205 2014-03-02 14:19:59 -03:00