webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <MachMessage.h>
Public Member Functions | |
~MachMessage () | |
size_t | size () const |
mach_msg_header_t * | header () |
void | leakDescriptors () |
CFStringRef | messageName () const |
void | setMessageName (CFStringRef messageName) |
Static Public Member Functions | |
static std::unique_ptr< MachMessage > | create (size_t) |
static size_t | messageSize (size_t bodySize, size_t portDescriptorCount, size_t memoryDescriptorCount) |
IPC::MachMessage::~MachMessage | ( | ) |
|
static |
mach_msg_header_t * IPC::MachMessage::header | ( | ) |
void IPC::MachMessage::leakDescriptors | ( | ) |
|
inline |
|
static |
|
inline |
|
inline |