tst: memfs: improve memory allocation scheme

This commit is contained in:
Bill Zissimopoulos
2016-11-26 20:08:55 -08:00
parent 10a8519294
commit d12234bb01
2 changed files with 81 additions and 3 deletions

View File

@ -46,6 +46,8 @@ NTSTATUS MemfsStart(MEMFS *Memfs);
VOID MemfsStop(MEMFS *Memfs);
FSP_FILE_SYSTEM *MemfsFileSystem(MEMFS *Memfs);
NTSTATUS MemfsHeapConfigure(SIZE_T InitialSize, SIZE_T MaximumSize, SIZE_T Alignment);
#ifdef __cplusplus
}
#endif