Home
last modified time | relevance | path

Searched defs:MallocExtension_GetAllocatedSize (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/windows/
Dport.cc117 std::size_t MallocExtension_GetAllocatedSize(const void* p) { return 0; } in MallocExtension_GetAllocatedSize() function
/external/tensorflow/tensorflow/core/platform/posix/
Dport.cc292 std::size_t MallocExtension_GetAllocatedSize(const void* p) { return 0; } in MallocExtension_GetAllocatedSize() function