From b07f01c20f5c01f8a6b5a60e760aad3381e1ff9a Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Fri, 9 Nov 2012 16:37:28 +0100 Subject: erts: Save one word per block for thread preferred allocators by making use of the new block header scheme to find the carrier header and thereby the allocator. --- erts/emulator/beam/erl_alloc_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'erts/emulator/beam/erl_alloc_util.h') diff --git a/erts/emulator/beam/erl_alloc_util.h b/erts/emulator/beam/erl_alloc_util.h index 1e6ba5736a..7d6f61fdff 100644 --- a/erts/emulator/beam/erl_alloc_util.h +++ b/erts/emulator/beam/erl_alloc_util.h @@ -245,6 +245,7 @@ struct Carrier_t_ { UWord chdr; Carrier_t *next; Carrier_t *prev; + Allctr_t *allctr; }; typedef struct { -- cgit v1.2.3