[RTL]: Correctly read PEB or Kernel Variables for Heap Tuning.
authorAlex Ionescu <aionescu@gmail.com>
Wed, 28 Aug 2013 18:57:29 +0000 (18:57 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Wed, 28 Aug 2013 18:57:29 +0000 (18:57 +0000)
commit4ca622a65d128ba60d46b88f4cb87fedbd8fd0e3
tree8717768d71b2aed71ab6e574abd93c86941dd714
parentc268c87586f9c37d1d657d3ea710d3832af632c5
[RTL]: Correctly read PEB or Kernel Variables for Heap Tuning.
[NTOSKRNL]: MmCreatePeb should correctly fill out the Heap PEB parameters.
[NTOSKRNL]: MmInitSystem and mminit.c should correctly initialize and hold the Heap Tuning Parameters.
[NTOSKRNL]: CmControlVector should read the registry Heap Tuning Parameters into the real Mm variables, instaed of "Dummy".
This removes heap hacks and makes Windows NTDLL happy.

svn path=/trunk/; revision=59857
reactos/dll/ntdll/rtl/libsupp.c
reactos/lib/rtl/heap.c
reactos/lib/rtl/rtlp.h
reactos/ntoskrnl/config/cmdata.c
reactos/ntoskrnl/mm/ARM3/miarm.h
reactos/ntoskrnl/mm/ARM3/mminit.c
reactos/ntoskrnl/mm/ARM3/procsup.c
reactos/ntoskrnl/rtl/libsupp.c