summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2019-08-01 19:48:29 +0000
committerEric Fiselier <eric@efcs.ca>2019-08-01 19:48:29 +0000
commit3eb5aec61f684e59439c30849f73dae8298f5056 (patch)
tree917617adb29a16c00b33aad48e517620a2a7a504 /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py
parentd9d30a408e7ec9b1c201046ee887ff055ea50bb1 (diff)
downloadbcm5719-llvm-3eb5aec61f684e59439c30849f73dae8298f5056.tar.gz
bcm5719-llvm-3eb5aec61f684e59439c30849f73dae8298f5056.zip
Change default bucket count in hash_set/hash_map.
Previously these types rehashed to a table of 193 elements upon construction. But this is non-ideal, first because default constructors should not allocate unless necessary, and second because 193 is big and can waste a bunch of memory. This number had previously been chosen to match GCC's implementation. llvm-svn: 367605
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud