Go to the documentation of this file. 4 #ifndef AZ_ULIB_CONFIG_H 5 #define AZ_ULIB_CONFIG_H 27 #define AZ_ULIB_CONFIG_MALLOC(size) malloc(size) 35 #define AZ_ULIB_CONFIG_FREE(ptr) free(ptr) 47 #define AZ_ULIB_CONFIG_LOG(category, format, ...) az_ulog_print(category, format, ##__VA_ARGS__) 54 #define AZ_ULIB_CONFIG_MAX_LOG_SIZE 256