Home
last modified time | relevance | path

Searched defs:SYSTEM_MALLOC (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/redland/redland-1.0.17/src/
H A Drdf_internal.h56 #define SYSTEM_MALLOC(size) malloc(size) macro
72 #define SYSTEM_MALLOC(size) malloc(size) macro
/dports/textproc/raptor/raptor-1.4.21/src/
H A Draptor_internal.h91 #define SYSTEM_MALLOC(size) raptor_system_malloc(size) macro
94 #define SYSTEM_MALLOC(size) malloc(size) macro
113 #define SYSTEM_MALLOC(size) malloc(size) macro
/dports/textproc/rasqal/rasqal-0.9.33/src/
H A Drasqal_internal.h103 #define SYSTEM_MALLOC(size) rasqal_system_malloc(size) macro
106 #define SYSTEM_MALLOC(size) malloc(size) macro
125 #define SYSTEM_MALLOC(size) malloc(size) macro
/dports/editors/emacs/emacs-27.2/
H A Dconfigure.ac2321 AC_DEFINE([SYSTEM_MALLOC], 1, definition
/dports/editors/emacs-devel/emacs-4d1968b/
H A Dconfigure.ac2392 AC_DEFINE([SYSTEM_MALLOC], 1, definition
/dports/textproc/raptor2/raptor2-2.0.15/src/
H A Draptor_internal.h112 #define SYSTEM_MALLOC(size) malloc(size) macro