MCPcopy Create free account
hub / github.com/Singular/Singular / alloc

Method alloc

kernel/oswrapper/vspace.h:671–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669 vaddr = internals::VADDR_NULL;
670 }
671 static internals::vaddr_t alloc() {
672 return internals::vmem_alloc(sizeof(RefCounted));
673 }
674};
675
676template <typename T>

Callers

nothing calls this directly

Calls 1

vmem_allocFunction · 0.85

Tested by

no test coverage detected