aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_lock_check.c
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-03-25 17:41:31 +0100
committerLukas Larsson <[email protected]>2014-03-28 10:53:47 +0100
commit49d8e0f92e0b496c9be4c13edecc498b31380cc9 (patch)
treeaea825f619d17f35db6f42021472f6f23ef3dd59 /erts/emulator/beam/erl_lock_check.c
parent8d3959c423b79bc8b55c39e039e7ff6517d87212 (diff)
downloadotp-49d8e0f92e0b496c9be4c13edecc498b31380cc9.tar.gz
otp-49d8e0f92e0b496c9be4c13edecc498b31380cc9.tar.bz2
otp-49d8e0f92e0b496c9be4c13edecc498b31380cc9.zip
erts: Add etp-lc-dump and etp-ppc-stacktrace macro
Diffstat (limited to 'erts/emulator/beam/erl_lock_check.c')
-rw-r--r--erts/emulator/beam/erl_lock_check.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_lock_check.c b/erts/emulator/beam/erl_lock_check.c
index 7e3a90779d..c13eb87012 100644
--- a/erts/emulator/beam/erl_lock_check.c
+++ b/erts/emulator/beam/erl_lock_check.c
@@ -270,9 +270,9 @@ union erts_lc_free_block_t_ {
static ethr_tsd_key locks_key;
-static erts_lc_locked_locks_t *erts_locked_locks;
+static erts_lc_locked_locks_t *erts_locked_locks = NULL;
-static erts_lc_free_block_t *free_blocks;
+static erts_lc_free_block_t *free_blocks = NULL;
#ifdef ERTS_LC_STATIC_ALLOC
#define ERTS_LC_FB_CHUNK_SIZE 10000