Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_file_allocate.c78 UINT _fx_file_allocate(FX_FILE *file_ptr, ULONG size) in _fx_file_allocate() function
/FileX-v6.2.1/common/inc/
Dfx_file.h60 #define _fx_file_allocate(f, s) _fx_file_extended_allocate(f, (ULONG64)s); macro