Home
last modified time | relevance | path

Searched refs:_txe_byte_allocate_orig (Results 1 – 2 of 2) sorted by relevance

/TraceRecorderSource-3.4.0/kernelports/ThreadX/include/
DtrcCTI.h158 UINT _txe_byte_allocate_orig(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG w…
162 #pragma weak _txe_byte_allocate_orig=_txe_byte_allocate macro
/TraceRecorderSource-3.4.0/kernelports/ThreadX/
DtrcCTI.c29 extern UINT _txe_byte_allocate_orig(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, …
314 UINT ret = _txe_byte_allocate_orig(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()