代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/203858/15350748

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/201086/15416344

c malloc.c

www.eeworm.com/read/201086/15416465

c malloc.c

www.eeworm.com/read/113332/15464807

c malloc.c

/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright (C) 2001-2003 Red Hat, Inc. * * Created by David Woodhouse * * For licensing information, see the file '
www.eeworm.com/read/113242/15466540

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/112639/15481281

h malloc.h

www.eeworm.com/read/111906/15500670

h malloc.h

www.eeworm.com/read/111497/15511619

h _malloc.h

#ifndef __TL__MALLOC_H #define __TL__MALLOC_H #ifdef __cplusplus extern "C" { #endif #include #include #define MALLOC_MAGIC 0x6D92 /* must be < 0x8000 */ typedef struct _mall
www.eeworm.com/read/111083/15519112

html malloc.html

Data Structures and Algorithms: Memory Allocators
www.eeworm.com/read/110160/15540931

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