MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / AlignedFree

Function AlignedFree

tensorflow/core/platform/posix/port.cc:260–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void AlignedFree(void* aligned_memory) { Free(aligned_memory); }
261
262void* Malloc(size_t size) { return malloc(size); }
263

Callers 15

DeallocateRawMethod · 0.50
DeallocateBuffersMethod · 0.50
MoveFromMethod · 0.50
~CPUChunkMethod · 0.50
operator deleteMethod · 0.50
DeallocateRawMethod · 0.50
DeallocateRawMethod · 0.50
FreeMethod · 0.50
FreeMethod · 0.50
FreeCuptiActivityBufferFunction · 0.50
operator delete[]Method · 0.50
~ArenaMethod · 0.50

Calls 1

FreeFunction · 0.70

Tested by 1

TESTFunction · 0.40