|
Function Description calloc() Allocates memory from a pool, erasing the bytes to zero create_pool() Creates a new memory pool delete_pool() Deletes a memory pool free() Releases a block of memory from a pool malloc() Allocates memory from a pool realloc() Changes the size of the specified memory block, possibly moving it
|
Copyright © 2000 Be, Inc. All rights reserved..