diff options
Diffstat (limited to 'libglusterfs/src/mem-pool.h')
-rw-r--r-- | libglusterfs/src/mem-pool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/mem-pool.h b/libglusterfs/src/mem-pool.h index 5115cef9f93..6cff7be94f4 100644 --- a/libglusterfs/src/mem-pool.h +++ b/libglusterfs/src/mem-pool.h @@ -97,6 +97,8 @@ gf_asprintf (char **string_ptr, const char *format, ...); void __gf_free (void *ptr); +int +gf_get_mem_type (void *ptr); static inline void* __gf_default_malloc (size_t size) |