Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ aligned_allocator
Method
aligned_allocator
mlx/3rdparty/pocketfft.h:605–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
603
using value_type = T;
604
template <class U>
605
aligned_allocator(const aligned_allocator<U>&) {}
606
aligned_allocator() = default;
607
608
T *allocate(size_t n)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected