os_msys_get() function
Allocate a mbuf from msys. Based upon the data size requested, os_msys_get() will choose the mbuf pool that has the best fit.
Arguments
dsize
The estimated size of the data being stored in the mbuf
leadingspace
The amount of leadingspace to allocate in the mbuf
Return value
A freshly allocated mbuf on success, NULL on failure.