Searched refs:FLG_HEAP_PAGE_ALLOCS (Results 1 – 8 of 8) sorted by relevance
31 GlobalFlags |= FLG_HEAP_PAGE_ALLOCS; in ModifyStatus()35 GlobalFlags &= ~FLG_HEAP_PAGE_ALLOCS; in ModifyStatus()139 if (GlobalFlags & FLG_HEAP_PAGE_ALLOCS) in DisplayImageInfo()
58 {FLG_HEAP_PAGE_ALLOCS, L"hpa", (DEST_REGISTRY | DEST_KERNEL | DEST_IMAGE), L"Enable page heap"},
1128 if (flag & FLG_HEAP_PAGE_ALLOCS) in heap_flags_from_global_flag()1173 … ok( expected & FLG_HEAP_PAGE_ALLOCS, "%s: got heap flags 0xeeeeeeee without page alloc\n", arg ); in test_child_heap()1261 test_debug_heap( argv[0], FLG_HEAP_PAGE_ALLOCS ); in START_TEST()
85 if (Peb->NtGlobalFlag & FLG_HEAP_PAGE_ALLOCS) in LdrpInitializeApplicationVerifierPackage()
780 if (Peb->NtGlobalFlag & FLG_HEAP_PAGE_ALLOCS) in LdrpWalkImportDescriptor()
1511 if (Peb->NtGlobalFlag & (FLG_APPLICATION_VERIFIER | FLG_HEAP_PAGE_ALLOCS)) in LdrpInitializeExecutionOptions()1523 if (Peb->NtGlobalFlag & (FLG_APPLICATION_VERIFIER | FLG_HEAP_PAGE_ALLOCS)) in LdrpInitializeExecutionOptions()
84 #define FLG_HEAP_PAGE_ALLOCS 0x02000000 macro
1963 #define FLG_HEAP_PAGE_ALLOCS 0x02000000 macro