Searched refs:memory_size (Results 1 – 2 of 2) sorted by relevance
/TraceRecorderSource-3.4.0/kernelports/ThreadX/ |
D | trcCTI.c | 29 extern UINT _txe_byte_allocate_orig(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, … 301 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _txe_byte_allocate() argument 309 xTraceEventAddUnsignedBaseType(xTraceHandle, memory_size); in _txe_byte_allocate() 314 UINT ret = _txe_byte_allocate_orig(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate() 342 xTraceEventAddUnsignedBaseType(xTraceHandle, memory_size); in _txe_byte_allocate()
|
/TraceRecorderSource-3.4.0/kernelports/ThreadX/include/ |
D | trcCTI.h | 157 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… 158 UINT _txe_byte_allocate_orig(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG w…
|