[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
UDPpacket **SDLNet_AllocPacketV(int howmany, int size)
Create (via malloc) a vector of new UDPpackets, each with data buffers of size bytes. The new packet vector should be freed using SDLNet_FreePacketV when you are done using it. The returned vector is one entry longer than requested, for a terminating NULL.
Returns: a pointer to a new empty UDPpacket vector. NULL is returned on errors, such as out-of-memory.
|
See Also:
3.5.1 SDLNet_AllocPacket,
3.5.3 SDLNet_FreePacket,
3.5.5 SDLNet_FreePacketV,
3.5.2 SDLNet_ResizePacket,
4.4 UDPpacket