mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Streams: change listpack allocator to zmalloc.
This commit is contained in:
parent
edd70c1993
commit
cd18f06e9c
@ -38,7 +38,8 @@
|
||||
|
||||
#ifndef LISTPACK_ALLOC_H
|
||||
#define LISTPACK_ALLOC_H
|
||||
#define lp_malloc malloc
|
||||
#define lp_realloc realloc
|
||||
#define lp_free free
|
||||
#include "zmalloc.h"
|
||||
#define lp_malloc zmalloc
|
||||
#define lp_realloc zrealloc
|
||||
#define lp_free zfree
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user