Searched defs:_fx_file_allocate (Results 1 – 2 of 2) sorted by relevance
78 UINT _fx_file_allocate(FX_FILE *file_ptr, ULONG size) in _fx_file_allocate() function
60 #define _fx_file_allocate(f, s) _fx_file_extended_allocate(f, (ULONG64)s); macro