Revision 4de5b84ee01f4a749dc0a4b1f410d340d7157ace authored by sdong on 24 April 2014, 00:51:16 UTC, committed by sdong on 24 April 2014, 02:45:22 UTC
Summary: IterKey set buffer_size_ to a wrong initial value, causing it to always allocate values from heap instead of stack if the key size is smaller. Fix it.

Test Plan: make all check

Reviewers: haobo, ljin

Reviewed By: haobo

CC: igor, dhruba, yhchiang, leveldb

Differential Revision: https://reviews.facebook.net/D18279
1 parent f9f8965
History
File Mode Size
build_detect_platform -rwxr-xr-x 10.6 KB
build_detect_version -rwxr-xr-x 810 bytes
fbcode.clang31.sh -rw-r--r-- 3.9 KB
fbcode.gcc471.sh -rw-r--r-- 3.2 KB
fbcode.gcc481.sh -rw-r--r-- 3.5 KB
format-diff.sh -rwxr-xr-x 3.3 KB
mac-install-gflags.sh -rwxr-xr-x 731 bytes
make_new_version.sh -rwxr-xr-x 1.2 KB
regression_build_test.sh -rwxr-xr-x 8.7 KB
valgrind_test.sh -rwxr-xr-x 440 bytes

back to top