// SPDX-FileCopyrightText: 2026 Marko Malenic <mmalenic1@gmail.com>
//
// SPDX-License-Identifier: GPL-3.0-or-later
//! ESP32 heap instrumentation for benchmarking.
//!
//! This is the Platform-specific analogue to [`ssh_stamp::mem_probe`], as it requires
//! `esp_alloc::HEAP` to emit logs.
//!
use ;
/// Logs the global heap's usage using the label.
/// Empty function, compiles to a no-op if `mem-probe` is not enabled.