class Allocator

Defined at line 8695 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

Public Members

static const char[] Name_

Public Methods

void ~Allocator ()
void RegisterBufferCollection (::fuchsia::ui::composition::RegisterBufferCollectionArgs args, RegisterBufferCollectionCallback callback)

A BufferCollection is a set of VMOs created by Sysmem and shared by a number of

participants, one of which is the Flatland Renderer. Some content, such as Images, use a

BufferCollection as their backing memory.

See [`RegisterBufferCollectionArgs`] for information on each argument.