代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/410060/2218624
readme_testctimeutc
FILE LIST -
testCtimeUTC.c
DESCRIPTION -
malloc: This routine allocates a block of memory from
the free list. The size of the blcok will be equal to
or greater than n
www.eeworm.com/read/395229/2445410
c mallopt.c
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i
www.eeworm.com/read/395229/2445412
c mallinfo.c
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i
www.eeworm.com/read/395229/2445413
c memalign.c
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i
www.eeworm.com/read/395229/2445414
c calloc.c
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i
www.eeworm.com/read/395229/2445415
c free.c
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i
www.eeworm.com/read/395229/2445417
c realloc.c
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i
www.eeworm.com/read/378488/2685813
readme_testctimeutc
FILE LIST -
testCtimeUTC.c
DESCRIPTION -
malloc: This routine allocates a block of memory from
the free list. The size of the blcok will be equal to
or greater than n
www.eeworm.com/read/366702/2882753
c pr15443-1.c
/* { dg-do compile } */
void f () __attribute__ ((__malloc__)); /* { dg-warning "ignored" } */
int main ()
{
/* This used to cause an ICE. */
f ();
}
www.eeworm.com/read/361884/2942705
c dlmalloc.c
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain. Use, modify, and
redistribute this code without permission or acknowledgement i