blob: 9c9dcc2ce91d52e1b0e86c7aaba7cf7fdeeb3122 [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.
source_set("jemalloc") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
include_dirs = [ "include" ]
sources = [
"src/arena.c",
"src/base.c",
"src/bitmap.c",
"src/ckh.c",
"src/ctl.c",
"src/extent.c",
"src/extent_dss.c",
"src/extent_mmap.c",
"src/jemalloc.c",
"src/large.c",
"src/mutex.c",
"src/nstime.c",
"src/pages.c",
"src/prof.c",
"src/rtree.c",
"src/stats.c",
"src/tcache.c",
"src/tsd.c",
"src/util.c",
"src/witness.c",
]
}