diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2018-11-27 14:24:15 -0500 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2018-11-28 04:22:43 +0000 |
commit | 9f9f46ff2d30ff87a6a4f8c2af491ea1aa92fbb2 (patch) | |
tree | 7ca6d4b7827049117ea2da74d43acc4c81d8feb6 /tests | |
parent | 3566903e03f90e262483a5d53a6c85f0b16ece3a (diff) |
glusterd: volume-ops calls naked malloc
libglusterfs provides wrapper functions MALLOC/__gf_default_malloc,
CALLOC/__gf_default_calloc, and REALLOC/__gf_default_realloc for those
few places outside of mempool.c that need to call malloc/calloc/realloc
directly.
Notable exceptions are "contrib" code, e.g. rbtree and timer-wheel,
and perhaps parsers generated by yacc+lex. But even parsers can be
fixed to at least call the wrappers mentioned above, if not our own
allocators
Change-Id: Ie6156307b6d2183be9c9aff153afb7598974f4e4
updates: bz#1193929
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions