Home
last modified time | relevance | path

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

/reactos/sdk/include/ndk/
H A Dobtypes.h102 #define OB_FLAG_SECURITY 0x20 macro
/reactos/ntoskrnl/ob/
H A Doblife.c109 if (Header->Flags & OB_FLAG_SECURITY) PagedPoolCharge += 2048; in ObpDeallocateObject()