MCPcopy Create free account
hub / github.com/WheretIB/nullc / CreateGenericContext

Method CreateGenericContext

NULLC/ParseClass.h:700–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698 return NULL;
699 }
700 GenericContext* CreateGenericContext(unsigned genericStart)
701 {
702 generic = new (functionPool.Allocate(sizeof(GenericContext))) GenericContext();
703 generic->start = genericStart;
704 return generic;
705 }
706// Specialized allocation
707 void* operator new(size_t size)
708 {

Callers

nothing calls this directly

Calls 1

AllocateMethod · 0.45

Tested by

no test coverage detected