template <>
class WireSyncClientImpl
Defined at line 176 of file fidling/gen/sdk/fidl/fuchsia.memory.debug/fuchsia.memory.debug/cpp/fidl/fuchsia.memory.debug/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_memory_debug::MemoryPressure>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Signal (::fuchsia_memorypressure::wire::Level level)
Signals registered watchers of the fuchsia.memorypressure service with the
specified memory pressure level. Intended for debugging only.
Does not on its own change the memory pressure level of the system, or trigger any
kernel memory reclamation tasks.
However the components listening will receive a memory pressure signal which can
lead to a change in the memory usage of the device, and an actual change in the
memory pressure level of the system.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.