Home
last modified time | relevance | path

Searched refs:TRC_STREAM_PORT_MALLOC (Results 1 – 6 of 6) sorted by relevance

/TraceRecorderSource-2.7.6/streamports/Jlink_RTT/include/
DtrcStreamingPort.h114 #define TRC_STREAM_PORT_MALLOC() /* Static allocation. Not used. */ macro
118 #define TRC_STREAM_PORT_MALLOC() /* Static allocation. Not used. */
122 #define TRC_STREAM_PORT_MALLOC() _TzTraceData = TRC_PORT_MALLOC(TRC_CFG_RTT_BUFFER_SIZE_UP);
126 #define TRC_STREAM_PORT_MALLOC() /* Not used in custom mode */
147 TRC_STREAM_PORT_MALLOC(); /*Dynamic allocation or empty if static */ \
/TraceRecorderSource-2.7.6/kernelports/Zephyr/streamports/Jlink_RTT/include/
DtrcStreamingPort.h118 #define TRC_STREAM_PORT_MALLOC() /* Static allocation. Not used. */ macro
122 #define TRC_STREAM_PORT_MALLOC() /* Static allocation. Not used. */
126 #define TRC_STREAM_PORT_MALLOC() _TzTraceData = TRC_PORT_MALLOC(TRC_CFG_RTT_BUFFER_SIZE_UP);
130 #define TRC_STREAM_PORT_MALLOC() /* Not used in custom mode */
151 TRC_STREAM_PORT_MALLOC(); /*Dynamic allocation or empty if static */ \
/TraceRecorderSource-2.7.6/streamports/File/include/
DtrcStreamingPort.h37 #define TRC_STREAM_PORT_MALLOC() \ macro
41 #define TRC_STREAM_PORT_MALLOC() /* Custom or static allocation. Not used. */ macro
44 TRC_STREAM_PORT_MALLOC(); \
/TraceRecorderSource-2.7.6/streamports/STM32_USB_CDC/include/
DtrcStreamingPort.h37 TRC_STREAM_PORT_MALLOC();
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/streamports/AFR_WIFI_LOCAL/include/
DtrcStreamingPort.h114 TRC_STREAM_PORT_MALLOC(); \
/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h1722 #ifndef TRC_STREAM_PORT_MALLOC
1723 #define TRC_STREAM_PORT_MALLOC() /* Static allocation. Not used. */ macro
1735 #ifndef TRC_STREAM_PORT_MALLOC
1737 #define TRC_STREAM_PORT_MALLOC() \ macro
1741 #define TRC_STREAM_PORT_MALLOC() /* Custom allocation. Not used. */ macro
1748 TRC_STREAM_PORT_MALLOC(); /* Empty if static allocation mode */ \