Fix bytes count passed to add_to_our_memory in backgraph new_back_edges
authorIvan Maidanski <ivmai@mail.ru>
Wed, 2 Aug 2017 08:13:23 +0000 (11:13 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 2 Aug 2017 08:13:23 +0000 (11:13 +0300)
commit52d0727c266bda1ac5800010003f8607c89cffb5
tree4a7247d7d6233b6d983b473893aa2d34152fdfd8
parent4601763a7f6e0c9a5feb0e339f271a6585eb8338
Fix bytes count passed to add_to_our_memory in backgraph new_back_edges
(fix commit 180b56c)

* backgraph.c [MAKE_BACK_GRAPH] (new_back_edges): Pass bytes_to_get to
GC_add_to_our_memory() (i.e. pass the same number of bytes as passed
to GET_MEM() even in case of MMAP_SUPPORTED).
backgraph.c