Home
last modified time | relevance | path

Searched defs:user_malloc (Results 1 – 9 of 9) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dposix_allocator.cpp43 WEAK halide_malloc_t halide_set_custom_malloc(halide_malloc_t user_malloc) { in halide_set_custom_malloc()
H A Dqurt_allocator.cpp103 WEAK halide_malloc_t halide_set_custom_malloc(halide_malloc_t user_malloc) { in halide_set_custom_malloc()
/dports/irc/evangeline/evangeline-msa/src/
H A Dusers.h96 # define user_malloc(x) _user_malloc(x, __FILE__, __LINE__) macro
/dports/irc/evangeline/evangeline/src/
H A Dusers.h96 # define user_malloc(x) _user_malloc(x, __FILE__, __LINE__) macro
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dusers.h122 # define user_malloc(x) _user_malloc(x, __FILE__, __LINE__) macro
/dports/science/afni/afni-AFNI_21.3.16/src/niml/
H A Dniml_malloc.c10 static void * (*user_malloc)(size_t) = NULL ; variable
/dports/irc/evangeline/evangeline-msa/modules/
H A Dmodule.h118 #define user_malloc(x) ((void *(*)(int,char *,int))global[39])(x,__FILE__,__LINE__) macro
/dports/irc/evangeline/evangeline/modules/
H A Dmodule.h118 #define user_malloc(x) ((void *(*)(int,char *,int))global[39])(x,__FILE__,__LINE__) macro
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/
H A Dmodule.h138 #define user_malloc(x) ((void *(*)(int,char *,int))global[39])(x,__FILE__,__LINE__) macro