This file isn't in Makefile.am EXTRA_DIST which causes a post-regtest-checks warning.
The test does a single malloc of 1 byte. That results in an allocation using the VG_MIN_MALLOC_SZB granularity of 8 bytes for 32bit systems and 16 bytes for 64bit systems. The two expecteds exp and exp2 cover those two cases.
I don't think that this file is needed and that it can be deleted.
This file isn't in Makefile.am EXTRA_DIST which causes a post-regtest-checks warning.
The test does a single malloc of 1 byte. That results in an allocation using the VG_MIN_MALLOC_SZB granularity of 8 bytes for 32bit systems and 16 bytes for 64bit systems. The two expecteds exp and exp2 cover those two cases.
I don't think that this file is needed and that it can be deleted.