witness_assert_depth_to_rank(tsdn_witness_tsdp_get(tsdn),
WITNESS_RANK_CORE, growing_retained ? 1 : 0);
postive_depth
depth
parameter
../jemalloc/src/pages.c:534:11: error: reference to overloaded function could not be resolved; did you mean to call it?
int fd = open("/sys/kernel/mm/transparent_hugepage/enabled", O_RDONLY);
^~~~
../jemalloc/include/jemalloc/internal/hooks.h:9:28: note: expanded from macro 'open'
#define open JEMALLOC_HOOK(open, hooks_libc_hook)
^~~~
../jemalloc/include/jemalloc/internal/hooks.h:7:71: note: expanded from macro 'JEMALLOC_HOOK'
#define JEMALLOC_HOOK(fn, hook) ((void)(hook != NULL && (hook(), 0)), fn)
^~
/nix/store/j820166rvxxraf006p2gxrq4g8gyldxx-bionic-prebuilt-ndk-release-r23-dev/include/bits/fortify/fcntl.h:70:5: note: possible target for call
int open(const char* const __pass_object_size pathname, int flags, mode_t modes)
^
/nix/store/j820166rvxxraf006p2gxrq4g8gyldxx-bionic-prebuilt-ndk-release-r23-dev/include/bits/fortify/fcntl.h:59:5: note: possible target for call
int open(const char* const __pass_object_size pathname, int flags)
^
/nix/store/j820166rvxxraf006p2gxrq4g8gyldxx-bionic-prebuilt-ndk-release-r23-dev/include/bits/fortify/fcntl.h:49:5: note: possible target for call
int open(const char* pathname, int flags, mode_t modes, ...) __overloadable
^
/nix/store/j820166rvxxraf006p2gxrq4g8gyldxx-bionic-prebuilt-ndk-release-r23-dev/include/fcntl.h:136:5: note: possible target for call
int open(const char* __path, int __flags, ...);
^
1 error generated.