mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fix typo in malloc_get_zone_name() intercept. n-i-bz.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15703
This commit is contained in:
parent
91a29a676c
commit
baff9a38b8
@ -1283,8 +1283,8 @@ ZONE_SET_NAME(SO_SYN_MALLOC, malloc_set_zone_name);
|
||||
return vg_default_zone.zone_name; \
|
||||
}
|
||||
|
||||
ZONE_SET_NAME(VG_Z_LIBC_SONAME, malloc_get_zone_name);
|
||||
ZONE_SET_NAME(SO_SYN_MALLOC, malloc_get_zone_name);
|
||||
ZONE_GET_NAME(VG_Z_LIBC_SONAME, malloc_get_zone_name);
|
||||
ZONE_GET_NAME(SO_SYN_MALLOC, malloc_get_zone_name);
|
||||
|
||||
#endif /* defined(VGO_darwin) */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user