Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ aligned_dealloc
Function
aligned_dealloc
mlx/3rdparty/pocketfft.h:163–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
return ptr;
162
}
163
inline void aligned_dealloc(void *ptr)
164
{ free(ptr); }
165
#else // portable emulation
166
inline void *aligned_alloc(size_t align, size_t size)
167
{
Callers
2
dealloc
Method · 0.85
deallocate
Method · 0.85
Calls
1
free
Function · 0.85
Tested by
no test coverage detected