blob: 19d6a67aca9c7df4981a85c66438472dfbae6fac [file]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
zx_library("heap") {
kernel = true
sources = [
"heap_wrapper.cc",
]
deps = [
"$zx/kernel/lib/console",
"cmpctmalloc",
]
}