| Parameter | Description |
|---|---|
| memory | Memory pointer. |
| allocator | Allocator. |
Free memory with leak tracking.
| Parameter | Description |
|---|---|
| memory | Memory pointer. |
| label | The memory label that was used to allocate the memory. The memory label must match the one used during allocation to ensure correct deallocation. |
Free memory with leak tracking, using the specified memory label.