mirror of
https://github.com/reactos/reactos.git
synced 2024-12-13 22:23:32 +08:00
0c07eac5b4
As it currently stands the Object Manager doesn't charge any quotas when objects are created, nor it returns quotas when objects are de-allocated and freed from the objects namespace database. This alone can bring inconsistencies in the kernel as we simply don't know what is the amount charged in an object and thus we aren't keeping track of quotas flow. Now with both PsReturnSharedPoolQuota and PsChargeSharedPoolQuota implemented, the Object Manager can now track the said flow of quotas every time an object is created or de-allocated, thus enforcing consistency with the use of quota resources. |
||
---|---|---|
.. | ||
devicemap.c | ||
obdir.c | ||
obhandle.c | ||
obinit.c | ||
oblife.c | ||
oblink.c | ||
obname.c | ||
obref.c | ||
obsdcach.c | ||
obsecure.c | ||
obwait.c |