lifetime.delegate_

Undocumented in source.

Members

Functions

__lwdr_deinitLifetimeDelegate
void __lwdr_deinitLifetimeDelegate()

INTERNAL LWDR USE! Deallocates the book keeping system and any residual contexts.

__lwdr_initLifetimeDelegate
void __lwdr_initLifetimeDelegate()

INTERNAL LWDR USE! Allocates the book keeping system for delegate context allocations.

_d_allocmemory
void* _d_allocmemory(size_t sz)

Allocate sz amount of bytes for a delegate context. The ptr to the context will be stored in an internal array for book keeping.

freeDelegate
void freeDelegate(void* contextPtr)

Deallocate the context for a delegate. If the pointer isn't valid, then no action is taken. Hence, it is safe to call this for all types of delegate context types.

Meta