代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/372858/2768791

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(__FILE__
www.eeworm.com/read/369339/2800759

c malloc.c

# /* */ /* * Structure of the coremap and swapmap * arrays. Consists of non-zero count * and base address of that many * contiguous units. * (The coremap unit is 64 bytes, * the swapmap unit i
www.eeworm.com/read/368826/2805976

c malloc.c

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-L
www.eeworm.com/read/366696/2885060

h malloc.h

#ifndef _MACHMALLOC_H_ #define _MACHMALLOC_H_ /* place holder so platforms may add malloc.h extensions */ #endif /* _MACHMALLOC_H_ */
www.eeworm.com/read/362989/2925002

h malloc.h

/* Prototypes and definition for malloc implementation. Copyright (C) 1996,97,99,2000,2002,2003,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library
www.eeworm.com/read/358128/3000372

al malloc.al

# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package POSIX; #line 476 "../../lib/POSIX.pm (autosplit into ../../lib/auto/
www.eeworm.com/read/357083/3030182

h malloc.h

#ifndef _LINUX_MALLOC_H #define _LINUX_MALLOC_H #warning linux/malloc.h is deprecated, use linux/slab.h instead. #include #endif /* _LINUX_MALLOC_H */
www.eeworm.com/read/357060/3032544

c malloc.c

/*----------------------------------------------------------------------------- MALLOC.C is part of the C51 Compiler package from Keil Software. Copyright (c) 1995-2002 Keil Software. All rights re
www.eeworm.com/read/355768/3047987

c malloc.c

#include #include void main(void) { char *string; int *int_values; float *float_values; if ((string = (char *) malloc(50))) printf("Successfully alloc
www.eeworm.com/read/355004/3069725

c malloc.c

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-L