Create a new heap page. The caller must hold the necessary locks.
- Parameters
-
heap_type | Define the size of objects that will be allocated on this heap |
size | Requested size (unpadded) of the heap |
thd | Calling mutator's thread data object |
- Returns
- Pointer to the newly allocated heap page, or NULL if the allocation failed.