代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/415809/11052368

h vmalloc.h

#ifndef __VIVI_MALLOC_H__ #define __VIVI_MALLOC_H__ void *vmalloc(unsigned long); void *free(void *); void vmalloc_init(void); #endif /* __VIVI_MALLOC_H__ */
www.eeworm.com/read/414958/11089744

c rxvt.c

/*--------------------------------*-C-*---------------------------------* * File: rxvt.c *----------------------------------------------------------------------* * * All portions of code are co
www.eeworm.com/read/414250/11123489

cpp tmndec.cpp

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/411734/11230703

cpp algo0203.cpp

Status InitList_Sq(SqList &L) { // 算法2.3 // 构造一个空的线性表L。 L.elem = (ElemType *)malloc(LIST_INIT_SIZE*sizeof(ElemType)); if (!L.elem) return OK; // 存储分配失败 L.length = 0;
www.eeworm.com/read/148380/12470735

h rb_mem.h

extern void *mymalloc(u32 size); extern void myfree(void *loc); extern void *new_malloc(u32 size); extern void new_free(void *loc);
www.eeworm.com/read/334648/12583233

cpp tmndec.cpp

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/247679/12631891

cpp binary_search_list.cpp

#include #include #include typedef struct node { int data; struct node *next; } NODE; NODE *head=NULL; //创建链表 NODE *link_create(NODE *head) //函数返回的是与
www.eeworm.com/read/146608/12635187

c jmemnobs.c

#define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" #include "jmemsys.h" /* import the system-dependent declarations */ #ifndef HAVE_STDLIB_H /* should declare malloc(
www.eeworm.com/read/146494/12642371

h stdlib.h

/*-------------------------------------------------------------------------- STDLIB.H Standard functions. Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, Inc. All rights reserved
www.eeworm.com/read/135719/13907681

c phi_axit.c

/*====================================================================*/ /* MPEG-4 Audio (ISO/IEC 14496-3) Copyright Header */ /*====================================================