Searched defs:SYSTEM_MALLOC (Results 1 – 6 of 6) sorted by relevance
56 #define SYSTEM_MALLOC(size) malloc(size) macro72 #define SYSTEM_MALLOC(size) malloc(size) macro
91 #define SYSTEM_MALLOC(size) raptor_system_malloc(size) macro94 #define SYSTEM_MALLOC(size) malloc(size) macro113 #define SYSTEM_MALLOC(size) malloc(size) macro
103 #define SYSTEM_MALLOC(size) rasqal_system_malloc(size) macro106 #define SYSTEM_MALLOC(size) malloc(size) macro125 #define SYSTEM_MALLOC(size) malloc(size) macro
2321 AC_DEFINE([SYSTEM_MALLOC], 1, definition
2392 AC_DEFINE([SYSTEM_MALLOC], 1, definition
112 #define SYSTEM_MALLOC(size) malloc(size) macro