Home
last modified time | relevance | path

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, in _AddField()
795 status_t error = _AllocateSpace(elementSize * elementCount, in _AddFieldData()
813 status_t error = _AllocateSpace(entrySize, true, false, &address, in _AddFieldData()
963 KMessage::_AllocateSpace(int32 size, bool alignAddress, bool alignSize, in _AllocateSpace() function in KMessage
/haiku/headers/private/kernel/util/
H A DKMessage.h222 status_t _AllocateSpace(int32 size, bool alignAddress,