Memory allocators
Use different memory allocators to manage memory in your application. You can use allocators in the Collections namespace, plus specific Entities built-in allocators.
| Topic | Description |
|---|---|
| Memory allocators overview | Manage and allocate memory in your application. |
| Prebuilt custom allocators overview | Assign memory with specific Entities allocators. |
| World update allocators | Manage memory in different worlds. |
| Entity command buffer allocators | Manage memory for entity command buffers. |
| System group allocators | Manage memory for different system groups. |