Searched defs:_pStruct (Results 1 – 1 of 1) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
| D | run_integration_helper.h | 29 #define RUNIT_DEBUG_ALLOC(_pStruct) do {} while(0); // RUNIT_PRINT_DBG("%s[%p]\n", #_p… argument 55 #define MALLOC(_buff, _pStruct, _size) \ argument 61 #define ALLOC(_buff, _pStruct, _size) \ argument 69 #define ALLOC_STRUCT(_type, _buff, _pStruct) \ argument 80 #define ALLOC_AND_COPY(_buff, _pStruct, _src_buf, _size) \ argument 89 #define ALLOC32_AND_COPY(_buff, _pStruct, _src_buf, _size) \ argument 98 #define ALLOC32(_buff, _pStruct, _size) \ argument
|