MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / allocated

Method allocated

src/api/c/memory.cpp:743–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743size_t MemoryManagerFunctionWrapper::allocated(void *ptr) {
744 size_t out;
745 AF_CHECK(getMemoryManager(handle_).allocated_fn(handle_, &out, ptr));
746 return out;
747}
748
749void MemoryManagerFunctionWrapper::unlock(void *ptr, bool user_unlock) {
750 AF_CHECK(

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected