Home
last modified time | relevance | path

Searched defs:malloct (Results 1 – 3 of 3) sorted by relevance

/dports/www/httrack/httrack-3.49.2/src/
H A Dhtshash.c50 #define malloct malloc macro
H A Dhtssafe.h220 #define malloct(A) malloc(A) macro
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dd3d12compute.cpp196 static T *malloct() { in malloct() function