mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Removed lalloc
prototype(again)
It was re-added by accident when resolving merge conflicts
This commit is contained in:
parent
83b59e3815
commit
1f8534684e
@ -136,13 +136,6 @@ char *xstpncpy(char *restrict dst, const char *restrict src, size_t maxlen);
|
||||
void *xmemdup(const void *data, size_t len)
|
||||
FUNC_ATTR_MALLOC FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_NONNULL_RET;
|
||||
|
||||
/// Old low level memory allocation function.
|
||||
///
|
||||
/// @deprecated use xmalloc() directly instead
|
||||
/// @param size
|
||||
/// @return pointer to allocated space. Never NULL
|
||||
char_u *lalloc(long_u size, int message) FUNC_ATTR_MALLOC FUNC_ATTR_ALLOC_SIZE(1);
|
||||
|
||||
void do_outofmem_msg(long_u size);
|
||||
void free_all_mem(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user