die("Out of memory, malloc failed (tried to allocate %lu bytes)",
(unsignedlong)size);
}
#ifdef XMALLOC_POISON
memset(ret,0xA5,size);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.