代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/124442/14567391

h malloc.h

#ifndef _LINUX_MALLOC_H #define _LINUX_MALLOC_H #include #ifdef CONFIG_DEBUG_MALLOC #define kmalloc(a,b) deb_kmalloc(__FILE__,__LINE__,a,b) #define kfree_s(a,b) deb_kfree_s(_
www.eeworm.com/read/124189/14590818

c malloc.c

/* $Header$ */ /* replace undef by define */ #undef DEBUG /* check assertions */ #undef SLOWDEBUG /* some extra test loops (requires DEBUG) */ #ifndef DEBUG #define NDEBUG #endif #incl
www.eeworm.com/read/222686/14679877

c malloc.c

/* * malloc.c --- a general purpose kernel memory allocator for Linux. * * Written by Theodore Ts'o (tytso@mit.edu), 11/29/91 * * This routine is written to be as fast as possible, so that it *
www.eeworm.com/read/222000/14712305

c malloc.c

/******************************************************************/ /* */ /* Winpooch : Windows Watchdog
www.eeworm.com/read/222000/14712332

h malloc.h

/******************************************************************/ /* */ /* Winpooch : Windows Watchdog
www.eeworm.com/read/122235/14712581

prop malloc.prop

void uno_check(void) { if (select("malloc", FCALL, NONE)) /* unmarked symbols of type function call */ { if (select("", DEF, NONE)) /* unmarked symbols DEFined in those stmnts */ { if (match(1,
www.eeworm.com/read/221956/14713426

h malloc.h

www.eeworm.com/read/221956/14713476

h malloc.h

www.eeworm.com/read/221780/14721896

c malloc.c

/* * malloc.c --- a general purpose kernel memory allocator for Linux. * * Written by Theodore Ts'o (tytso@mit.edu), 11/29/91 * * This routine is written to be as fast as possible, so that it *
www.eeworm.com/read/221695/14728078

c malloc.c

/* * malloc.c --- a general purpose kernel memory allocator for Linux. * * Written by Theodore Ts'o (tytso@mit.edu), 11/29/91 * * This routine is written to be as fast as possible, so that i