mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor(arena): use a shared block freelist
This is both simpler in client code and more effective (always reuse block hottest in cache)
This commit is contained in:
@@ -47,8 +47,6 @@ enum {
|
||||
|
||||
typedef int LineFlags;
|
||||
|
||||
EXTERN ArenaMem ui_ext_fixblk INIT(= NULL);
|
||||
|
||||
struct ui_t {
|
||||
bool rgb;
|
||||
bool override; ///< Force highest-requested UI capabilities.
|
||||
|
Reference in New Issue
Block a user