Searched refs:DeCommitFreeBlockThreshold (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h563 uint32_t DeCommitFreeBlockThreshold; member in struct:_IMAGE_LOAD_CONFIG_DIRECTORY32_V1
588 uint32_t DeCommitFreeBlockThreshold; member in struct:_IMAGE_LOAD_CONFIG_DIRECTORY32_V2
615 uint32_t DeCommitFreeBlockThreshold; member in struct:_IMAGE_LOAD_CONFIG_DIRECTORY32_V3
648 uint32_t DeCommitFreeBlockThreshold; member in struct:_IMAGE_LOAD_CONFIG_DIRECTORY32_V4
687 uint64_t DeCommitFreeBlockThreshold; member in struct:_IMAGE_LOAD_CONFIG_DIRECTORY64_V2
715 uint64_t DeCommitFreeBlockThreshold; member in struct:_IMAGE_LOAD_CONFIG_DIRECTORY64_V3
749 uint64_t DeCommitFreeBlockThreshold; member in struct:_IMAGE_LOAD_CONFIG_DIRECTORY64_V4
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2957 uint32_t u32DeCommitFreeBlockThreshold = pLoadCfg32->DeCommitFreeBlockThreshold;
2958 pLoadCfg64->DeCommitFreeBlockThreshold = u32DeCommitFreeBlockThreshold;
2960 Assert( RT_OFFSETOF(IMAGE_LOAD_CONFIG_DIRECTORY32, DeCommitFreeBlockThreshold)
2961 == RT_OFFSETOF(IMAGE_LOAD_CONFIG_DIRECTORY64, DeCommitFreeBlockThreshold));
/vbox/include/iprt/nt/
H A Dnt.h2383 SIZE_T DeCommitFreeBlockThreshold; member in struct:_RTL_HEAP_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h3728 DWORD DeCommitFreeBlockThreshold; member in struct:_IMAGE_LOAD_CONFIG_DIRECTORY
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h3563 DWORD DeCommitFreeBlockThreshold; member in struct:_IMAGE_LOAD_CONFIG_DIRECTORY

Completed in 144 milliseconds