SH_LIST
SH_LIST *temp;
temp = (SH_LIST *)ptr;
temp->next = *(SH_LIST **)list;
temp->p_next = (SH_LIST **)list;
SH_LIST *temp, *temp2;
temp = (SH_LIST *)ptr;
if (minsize <= sizeof(SH_LIST)) {
OPENSSL_assert(sizeof(SH_LIST) <= 65536);
minsize = sizeof(SH_LIST) - 1;
if (sizeof(SH_LIST) > 16)
if (sizeof(SH_LIST) > 256)
memset(chunk, 0, sizeof(SH_LIST));
memset(ptr > buddy ? ptr : buddy, 0, sizeof(SH_LIST));