malloc_flags
malloc_flags(uint32 flags)
malloc_flags(const malloc_flags& other)
operator new(size_t size, const malloc_flags& flags) throw()
operator new[](size_t size, const malloc_flags& flags) throw()
cookie = new(malloc_flags(fVIP ? HEAP_PRIORITY_VIP : 0))
? new(malloc_flags(HEAP_PRIORITY_VIP)) IORequest
? new(malloc_flags(HEAP_PRIORITY_VIP)) iterative_io_cookie
? new(malloc_flags(HEAP_PRIORITY_VIP)) WriteCallback(this, _callback)
VMUserArea* area = new(malloc_flags(allocationFlags)) VMUserArea(
VMUserArea* area = new(malloc_flags(allocationFlags)) VMUserArea(
VMAreaWiredRange* range = new(malloc_flags(mallocFlags))
= new(malloc_flags(allocationFlags)) PageWriteWrapper[maxPages + 1];
= new(malloc_flags(allocationFlags)) PageWriteWrapper*[maxPages];