Home
last modified time | relevance | path

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

/percepio-3.7.0/TraceRecorder/
DtrcInternalEventBuffer.c43 traceResult xTraceInternalEventBufferAlloc(uint32_t uiSize, void **ppvData) in xTraceInternalEventBufferAlloc() function
/percepio-3.7.0/TraceRecorder/include/
DtrcInternalEventBuffer.h174 #define xTraceInternalEventBufferAlloc(ppvData, uiSize) ((void)(uiSize), (ppvData) != 0 ? TRC_SUCCE… macro