Vyacheslav Hashov
Results
4
comments of
Vyacheslav Hashov
`mallocBytes` is just a wrapper around C malloc function that allocates memory off-heap. Consequently, this memory is not shown in the heap profile.
In .travis.yaml ``` os: - linux - osx ```
Is it feasible to run tests with stack? I can write necessary Travis config.
I have found that Travis does not allow ipv6 on OS X containers at all.