[XDK] Introduce ExAllocate*Zero and ExAllocate*Uninitialized functions
authorVictor Perevertkin <victor.perevertkin@reactos.org>
Sun, 26 Jul 2020 11:10:52 +0000 (14:10 +0300)
committerVictor Perevertkin <victor.perevertkin@reactos.org>
Sun, 26 Jul 2020 11:10:52 +0000 (14:10 +0300)
commit380cd27cf3dc2286d994d905556e15f2884b9746
tree15359ee62d22c342b09d59da18f1d807799c0fc5
parent92520463d80b8c65c06e7f67a512cb96867109b5
[XDK] Introduce ExAllocate*Zero and ExAllocate*Uninitialized functions
These has been first added to DDK 10.0.19041.0 and made backwards-compatible
with all Windows versions since Windows 2000.
Our implementation does not use POOL_ZERO_ALLOCATION flag because it's not
supported by ReactOS yet, and thus erases the memory unconditionally.
sdk/include/xdk/exfuncs.h
sdk/include/xdk/iotypes.h