Searched refs:_AllocateSpace (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/messaging/
H A DKMessage.cpp758 status_t error = _AllocateSpace(sizeof(FieldHeader) + strlen(name), true,
795 status_t error = _AllocateSpace(elementSize * elementCount,
813 status_t error = _AllocateSpace(entrySize, true, false, &address,
963 KMessage::_AllocateSpace(int32 size, bool alignAddress, bool alignSize, function in class:KMessage
/haiku/headers/private/kernel/util/
H A DKMessage.h222 status_t _AllocateSpace(int32 size, bool alignAddress,

Completed in 37 milliseconds