Method | Description | |
---|---|---|
free ( Pointer |
||
malloc ( int num ) : Pointer |
||
memcpy ( Pointer |
||
memset ( Pointer |
static public free ( Pointer |
||
Pointer | Pointer |
|
return | void |
static public memcpy ( Pointer |
||
destination | Pointer |
|
source | Pointer |
|
num | int | |
return | void |
static public memset ( Pointer |
||
Pointer | Pointer |
|
Value | byte | |
Count | int | |
return | void |