Home
last modified time | relevance | path

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

/aosp_15_r20/external/curl/lib/
H A Dmemdebug.h37 # define ALLOC_FUNC __attribute__((__malloc__)) macro
41 # define ALLOC_FUNC __declspec(restrict) macro
45 # define ALLOC_FUNC macro
/aosp_15_r20/external/mesa3d/src/util/
H A Dralloc.h525 #define DECLARE_RALLOC_CXX_OPERATORS_TEMPLATE(TYPE, ALLOC_FUNC) \ argument
559 #define DECLARE_LINEAR_ALLOC_CXX_OPERATORS_TEMPLATE(TYPE, ALLOC_FUNC) \ argument
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dralloc.h491 #define DECLARE_ALLOC_CXX_OPERATORS_TEMPLATE(TYPE, ALLOC_FUNC) \ argument