MLX
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
allocator.h File Reference
#include <cstdlib>

Go to the source code of this file.

Classes

class  mlx::core::allocator::Buffer
 
class  mlx::core::allocator::Allocator
 
class  mlx::core::allocator::CommonAllocator
 

Namespaces

namespace  mlx
 
namespace  mlx::core
 
namespace  mlx::core::allocator
 

Functions

Buffer mlx::core::allocator::malloc (size_t size)
 
void mlx::core::allocator::free (Buffer buffer)
 
Buffer mlx::core::allocator::malloc_or_wait (size_t size)
 
Allocatormlx::core::allocator::allocator ()