MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / AllocAnsiString

Function AllocAnsiString

Kernel-Bridge/API/MemoryUtils.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 _IRQL_requires_max_(DISPATCH_LEVEL)
46 LPSTR AllocAnsiString(SIZE_T Characters) {
47 return static_cast<LPSTR>(AllocFromPool((Characters + 1) * sizeof(CHAR), TRUE));
48 }
49
50 _IRQL_requires_max_(DISPATCH_LEVEL)
51 LPWSTR AllocWideString(SIZE_T Characters) {

Callers 1

KbFindSignatureFunction · 0.85

Calls 1

AllocFromPoolFunction · 0.85

Tested by

no test coverage detected