blob: b06c1f4c78fedfc2dcc1181b06db003ed96d5dc2 [file] [log] [blame]
# 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("cmpctmalloc") {
kernel = true
sources = [ "cmpctmalloc.cc" ]
deps = [ "$zx/kernel/lib/counters" ]
}