Searched refs:malloc_flags (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/kernel/
H A Dheap.h105 struct malloc_flags { struct
108 malloc_flags(uint32 flags) function in struct:malloc_flags
114 malloc_flags(const malloc_flags& other) function in struct:malloc_flags
123 operator new(size_t size, const malloc_flags& flags) throw()
130 operator new[](size_t size, const malloc_flags& flags) throw()
/haiku/src/system/kernel/vm/
H A DVMUserArea.cpp30 VMUserArea* area = new(malloc_flags(allocationFlags)) VMUserArea(
49 VMUserArea* area = new(malloc_flags(allocationFlags)) VMUserArea(
H A DVMAnonymousCache.cpp913 ? new(malloc_flags(HEAP_PRIORITY_VIP)) WriteCallback(this, _callback)
H A Dvm_page.cpp3139 = new(malloc_flags(allocationFlags)) PageWriteWrapper[maxPages + 1];
3141 = new(malloc_flags(allocationFlags)) PageWriteWrapper*[maxPages];
H A Dvm.cpp5899 VMAreaWiredRange* range = new(malloc_flags(mallocFlags))
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp514 ? new(malloc_flags(HEAP_PRIORITY_VIP)) iterative_io_cookie
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp147 cookie = new(malloc_flags(fVIP ? HEAP_PRIORITY_VIP : 0))
758 ? new(malloc_flags(HEAP_PRIORITY_VIP)) IORequest

Completed in 99 milliseconds