Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dmemdebug.h37 # define ALLOC_FUNC __attribute__((malloc)) macro
41 # define ALLOC_FUNC __declspec(restrict) macro
45 # define ALLOC_FUNC macro
/third_party/mesa3d/src/util/
Dralloc.h491 #define DECLARE_ALLOC_CXX_OPERATORS_TEMPLATE(TYPE, ALLOC_FUNC) \ argument