Skip to main content

heap_bindings/
heap_bindings.rs

1// Copyright 2026 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// This file is automatically generated by //zircon/kernel/lib/heap:_kernel_bindgen_crate.heap-bindings.bindgen.
6
7#![no_std]
8
9unsafe extern "C" {
10    pub fn cpp_profile_track_alloc(size: usize) -> u32;
11}
12unsafe extern "C" {
13    pub fn cpp_profile_track_free(handle: u32, size: usize);
14}