代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/428927/8828523

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/428216/8883071

h compat.h

#ifndef _LINUX_COMPAT_H_ #define _LINUX_COMPAT_H_ #define __user #define __iomem #define ndelay(x) udelay(1) #define printk printf #define KERN_EMERG #define KERN_ALERT #define KERN_CRIT #define K
www.eeworm.com/read/284911/8883723

c alloc.c

/* ---- memory allocation ---- */ #include "alloc.h" #define alloc_error_check(p) { \ if ((p) == NULL) { \ fprintf(stderr, "Allocation Failure!\n"); \ exit(1); \ } \ } int
www.eeworm.com/read/282666/9076971

c fileserv.c

/////////////////////////////////////////////////////////////////////////////// // // FileName : FileServ.c // Version : 0.10 // Author : Luo Cong // Date : 2004-09
www.eeworm.com/read/183515/9155953

c p1-3.c

#include #include #include #include char *get_current_dir() { char *buffer; char *value; int size = 0; /*确定当前工作目录路径名的最大长度于size,当PATH_MAX 不确定时,
www.eeworm.com/read/377683/9266268

test malloce.test

# 2007 Aug 29 # # 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 yourself
www.eeworm.com/read/180913/9279663

cpp tmndec.cpp

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

cpp tmndec.cpp

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

doc isreserv.doc

ISRESERV ISRESERV Reserve dynamic memory for use in ISR #include int isreserv(size_t reserve,
www.eeworm.com/read/372724/9495977

h memchk.h

#ifndef __MEMCHK_H__ #define __MEMCHK_H__ /*----------------------------------------------------------------------------*/ /*------------------------------------------------------------------------