代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/361084/10066972

c malloc.c

www.eeworm.com/read/164708/10092908

test malloc.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo
www.eeworm.com/read/360206/10106502

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/164463/10106655

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/359812/10123926

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/359567/10138455

test malloc.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo
www.eeworm.com/read/163079/10175322

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
www.eeworm.com/read/163079/10176048

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/357685/10203069

malloc-mib

MALLOC-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY, mib-2, Unsigned32, Gauge32, Counter32 FROM SNMPv2-SMI RowStatus, TruthValue, StorageType
www.eeworm.com/read/425978/10298826

c malloc.c

/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiven