blob: 374323f16230a035e004090f4000d7c076612b44 [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") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
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",
]
}