Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
s_mp_free
usr/src/common/mpi/mpi-priv.h
184
#define s_mp_free(ptr) {if(ptr) free(ptr);}
usr/src/common/mpi/mpi.c
2905
void s_mp_free(void *ptr, mp_size alloc)