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

Function Free

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

Source from the content-addressed store, hash-verified

264void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); }
265
266void Free(void* ptr) { free(ptr); }
267
268void* NUMAMalloc(int node, size_t size, int minimum_alignment) {
269#ifdef TENSORFLOW_USE_NUMA

Callers 13

AlignedFreeFunction · 0.70
NUMAFreeFunction · 0.70
RunComputationMethod · 0.50
operator deleteMethod · 0.50
DeallocateRawMethod · 0.50
curl_freeMethod · 0.50
TF_NewBufferFromStringFunction · 0.50
MessageToBufferFunction · 0.50
TF_DeleteLibraryHandleFunction · 0.50

Calls

no outgoing calls

Tested by 2

DeallocateRawMethod · 0.40
curl_freeMethod · 0.40