MCPcopy 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 }
163inline void aligned_dealloc(void *ptr)
164 { free(ptr); }
165#else // portable emulation
166inline void *aligned_alloc(size_t align, size_t size)
167 {

Callers 2

deallocMethod · 0.85
deallocateMethod · 0.85

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected