|
* Allocate large object (8 MiB)
|
|
* Free large object
|
|
* Allocate 1000 small objects (200 B)
|
|
* Free 1000 small objects
|
|
* Allocate 0 bytes
|
|
Result: 0
|
|
* Free a NULL pointer
|
|
* Duplicate a string
|
|
original (11 chars): test string
|
|
duplicate (11 chars): test string
|
|
exit-code: 0
|