Add an experiment to measure the likeliness that realloc will avoid a copy.
authorDavid Reiss <dreiss@apache.org>
Mon, 31 Mar 2008 21:38:29 +0000 (21:38 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 31 Mar 2008 21:38:29 +0000 (21:38 +0000)
commit3000b5b1f1fe44cc8a23ca34540c1de4381ada83
treebd94a806c2f699dcba02300f72266afb357e9b5c
parent07ef3a930a8f99b41ce381f9fda3aa6785bd3956
Add an experiment to measure the likeliness that realloc will avoid a copy.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665625 13f79535-47bb-0310-9956-ffa450edef68
test/cpp/realloc/Makefile [new file with mode: 0644]
test/cpp/realloc/realloc_test.c [new file with mode: 0644]