alloc static method
Allocates memory for a NetworkPacket
instance
Returns a pointer to the allocated memory
Implementation
static Pointer<NetworkPacket> alloc() {
return calloc<NetworkPacket>();
}
Allocates memory for a NetworkPacket
instance
Returns a pointer to the allocated memory
static Pointer<NetworkPacket> alloc() {
return calloc<NetworkPacket>();
}