Pointer hash table reallocation code seems never to have been tested!
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 8 Jul 2003 18:42:44 +0000 (18:42 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 8 Jul 2003 18:42:44 +0000 (18:42 +0000)
commit0df8adc0e6aba4dd7884251dbbbc66bfe840e578
tree5aed93d538d5e9aa0ac177ac2447f93c08f367ff
parent47485df2801d08fd4d9c52034d44685921427595
Pointer hash table reallocation code seems never to have been tested!
Unfortunately, reallocation also means that the pointer numbering will
change, so increase table size to try to avoid it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7130 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/libtrace/tracelib.c