Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c-deps: update jemalloc to 5.0.1 #16872

Merged
merged 1 commit into from
Jul 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion c-deps/jemalloc
Submodule jemalloc updated 258 files
2 changes: 1 addition & 1 deletion pkg/ccl/storageccl/engineccl/rocksdb_jemalloc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ package engineccl

// #cgo LDFLAGS: -ljemalloc
// #cgo dragonfly freebsd LDFLAGS: -lm
// #cgo linux LDFLAGS: -lrt -lm -lpthread
// #cgo linux LDFLAGS: -lrt -lm -lpthread -ldl
import "C"
2 changes: 1 addition & 1 deletion pkg/cli/start_jemalloc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package cli
// #cgo CPPFLAGS: -DJEMALLOC_NO_DEMANGLE
// #cgo LDFLAGS: -ljemalloc
// #cgo dragonfly freebsd LDFLAGS: -lm
// #cgo linux LDFLAGS: -lrt -lm -lpthread
// #cgo linux LDFLAGS: -lrt -lm -lpthread -ldl
//
// #include <jemalloc/jemalloc.h>
// #include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/status/runtime_jemalloc.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package status
// // Manually force the presence of these symbols on macOS.
// #cgo darwin LDFLAGS: -u_je_zone_register
// #cgo dragonfly freebsd LDFLAGS: -lm
// #cgo linux LDFLAGS: -lrt -lm -lpthread
// #cgo linux LDFLAGS: -lrt -lm -lpthread -ldl
//
// #include <jemalloc/jemalloc.h>
//
Expand Down
2 changes: 1 addition & 1 deletion pkg/storage/engine/rocksdb_jemalloc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ package engine

// #cgo LDFLAGS: -ljemalloc
// #cgo dragonfly freebsd LDFLAGS: -lm
// #cgo linux LDFLAGS: -lrt -lm -lpthread
// #cgo linux LDFLAGS: -lrt -lm -lpthread -ldl
import "C"