Defines

mozalloc_macro_wrappers.h File Reference

This graph shows which files directly or indirectly include this file:

Defines

#define free(_)   moz_free(_)
#define malloc(_)   moz_malloc(_)
#define calloc(_, __)   moz_calloc(_, __)
#define realloc(_, __)   moz_realloc(_, __)
#define strdup(_)   moz_strdup(_)

Define Documentation

#define calloc (   _,
  __ 
)    moz_calloc(_, __)
#define free (   _  )     moz_free(_)
#define malloc (   _  )     moz_malloc(_)
#define realloc (   _,
  __ 
)    moz_realloc(_, __)
#define strdup (   _  )     moz_strdup(_)