Universally update to jemalloc 4.0.0.
[folly.git] / folly / test / small_vector_test.cpp
index a5365393fb2801df482d11e328088948fc545bba..cd365beaac09d2479dc7f9bd32df70075f1ec864 100644 (file)
@@ -269,7 +269,7 @@ TEST(small_vector, BasicGuarantee) {
 
 // Run this with.
 // MALLOC_CONF=prof_leak:true
-// LD_PRELOAD=${JEMALLOC_PATH}/lib/libjemalloc.so.1
+// LD_PRELOAD=${JEMALLOC_PATH}/lib/libjemalloc.so.2
 // LD_PRELOAD="$LD_PRELOAD:"${UNWIND_PATH}/lib/libunwind.so.7
 TEST(small_vector, leak_test) {
   for (int j = 0; j < 1000; ++j) {