|
@@ -38,7 +38,9 @@ allocator_t systemallocator;
|
|
|
#if !defined _STDLIB_H && !defined _STDLIB_H_
|
|
|
|
|
|
/**
|
|
|
- * Allocates size bytes by using the system's allocator.
|
|
|
+ * Allocates size bytes by using the system's allocator. The memory is not
|
|
|
+ * initialized. If size is 0, then malloc() returns a unique pointer value that
|
|
|
+ * can later be successfully passed to free().
|
|
|
* @param size Requested allocation size in bytes.
|
|
|
*
|
|
|
* @return The pointer to the memory location.
|