EEex_AllocCodePage

Allocate additional code pages when needed

EEex_AllocCodePage(size)

Parameters

  • size - memory size to allocate. Size is automatically rounded up to meet allocation granularity requirements

Return

Returns a code page entry

Notes

Please don’t call this directly. This is used internally by EEex_ReserveCodeMemory to allocate additional code pages when needed. If you ignore this message, god help you

Example

EEex_AllocCodePage()

See Also

EEex_ReserveCodeMemory, EEex_VirtualAlloc