Home
last modified time | relevance | path

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

/FileX-v6.4.1/common/src/
Dfx_file_best_effort_allocate.c82 ULONG64 temp_actual_size_allocated; in _fx_file_best_effort_allocate() local
85 …tus = _fx_file_extended_best_effort_allocate(file_ptr, (ULONG64)size, &temp_actual_size_allocated); in _fx_file_best_effort_allocate()
90 *actual_size_allocated = (ULONG)temp_actual_size_allocated; in _fx_file_best_effort_allocate()