template <typename SATraits, typename = void>

struct SlabOriginSetter

Defined at line 404 of file ../../zircon/system/ulib/fbl/include/fbl/slab_allocator.h

Trait class used to set the origin of a slab allocated object, if needed.

Public Methods

void SetOrigin (typename SATraits::ObjType * ptr, internal::SlabAllocator<SATraits> * origin)

Defined at line 405 of file ../../zircon/system/ulib/fbl/include/fbl/slab_allocator.h