Home
last modified time | relevance | path

Searched refs:JSON_HEDLEY_MALLOC (Results 1 - 4 of 4) sorted by relevance

/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley_undef.hpp95 #undef JSON_HEDLEY_MALLOC macro
H A Dhedley.hpp1402 #if defined(JSON_HEDLEY_MALLOC)
1403 #undef JSON_HEDLEY_MALLOC macro
1424 #define JSON_HEDLEY_MALLOC __attribute__((__malloc__)) macro
1426 #define JSON_HEDLEY_MALLOC _Pragma("returns_new_memory")
1430 #define JSON_HEDLEY_MALLOC __declspec(restrict)
1432 #define JSON_HEDLEY_MALLOC
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp1581 #if defined(JSON_HEDLEY_MALLOC)
1582 #undef JSON_HEDLEY_MALLOC macro
1603 #define JSON_HEDLEY_MALLOC __attribute__((__malloc__)) macro
1605 #define JSON_HEDLEY_MALLOC _Pragma("returns_new_memory")
1609 #define JSON_HEDLEY_MALLOC __declspec(restrict)
1611 #define JSON_HEDLEY_MALLOC
22024 #undef JSON_HEDLEY_MALLOC
/third_party/json/single_include/nlohmann/
H A Djson.hpp1718 #if defined(JSON_HEDLEY_MALLOC)
1719 #undef JSON_HEDLEY_MALLOC macro
1740 #define JSON_HEDLEY_MALLOC __attribute__((__malloc__)) macro
1742 #define JSON_HEDLEY_MALLOC _Pragma("returns_new_memory")
1746 #define JSON_HEDLEY_MALLOC __declspec(restrict)
1748 #define JSON_HEDLEY_MALLOC
24529 #undef JSON_HEDLEY_MALLOC macro

Completed in 49 milliseconds