blob: 9e0abfb0ecad24829a812553733a056f6a3ed853 [file] [log] [blame]
__SIZE_TYPE__ f (void *ptr)
{
return ((__SIZE_TYPE__)(ptr)-1) | 1ULL;
}