Closed
brson previously approved these changes Mar 20, 2019
brson
mentioned this pull request
Open
brson previously approved these changes Mar 28, 2019
Closed
brson
mentioned this pull request
Closed
brson
mentioned this pull request
Merged
sticnarf pushed a commit to sticnarf/tikv that referenced this pull request
Oct 27, 2019* Add tcmalloc support to the tikv_alloc crate Signed-off-by: blackanger <blackanger.z@gmail.com> * fixed unused warning : unused libc Signed-off-by: blackanger <blackanger.z@gmail.com> * fixed typo Signed-off-by: blackanger <blackanger.z@gmail.com> * resolved conflicts Signed-off-by: blackanger <blackanger.z@gmail.com> * Resolved conflicts Signed-off-by: blackanger <blackanger.z@gmail.com> * refactor Signed-off-by: blackanger <blackanger.z@gmail.com> * 1. Add System allocator. 2. Encapsulate Allocator type. 3. modify Makefile for cargo build --no-default-features --features "tcmalloc sse no-fail" Signed-off-by: blackanger <blackanger.z@gmail.com> * format Signed-off-by: blackanger <blackanger.z@gmail.com> * modify Signed-off-by: blackanger <blackanger.z@gmail.com> * remove extra spaces Signed-off-by: blackanger <blackanger.z@gmail.com> * remove trailing spaces Signed-off-by: blackanger <blackanger.z@gmail.com> * modify review change Signed-off-by: blackanger <blackanger.z@gmail.com> * add default-features=false for engine's Cargo.toml and resolve conflict Signed-off-by: blackanger <blackanger.z@gmail.com> * Trigger test Signed-off-by: blackanger <blackanger.z@gmail.com>