代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/263791/11342062

c mem.c

#include "mem.h" /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/ /* * Mow-Song, Ng
www.eeworm.com/read/408584/11380710

c main.c

#include "sntp.h" int main(int argc, char **argv) { int sockfd; char buf[MAXLINE]; ssize_t n; socklen_t salen, len; struct ifi_info *ifi; struct sockaddr *mcastsa, *wild, *from;
www.eeworm.com/read/407093/11429607

c~ get_perm_c.c~

/*! @file get_perm_c.c * \brief Matrix permutation operations * * * -- SuperLU routine (version 3.1) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berk
www.eeworm.com/read/407093/11429680

c get_perm_c.c

/*! @file get_perm_c.c * \brief Matrix permutation operations * * * -- SuperLU routine (version 3.1) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berk
www.eeworm.com/read/407093/11430172

c ddrive.c

/* * -- SuperLU routine (version 3.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berkeley National Lab. * October 15, 2003 * */ /* * File name: ddrive.
www.eeworm.com/read/407093/11430177

c sdrive.c

/* * -- SuperLU routine (version 3.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berkeley National Lab. * October 15, 2003 * */ /* * File name: sdrive.
www.eeworm.com/read/406613/11438980

c chk_disk.c

#include #include #include void main(void) { struct fatinfo fat; long sector, total_sectors; void *buffer; getfat(3, &fat); total_sectors = fa
www.eeworm.com/read/405770/11457651

makefile

all: chamfer34_s chamfer_sdt1 chamfer_sdt2 chamfer_sdt3 \ linknew malloc_image.o chamfer34_s: chamfer34_s.c cc -o chamfer34_s chamfer34_s.c chamfer_sdt1: chamfer_sdt1.c cc -o chamfer_sdt1 chamf
www.eeworm.com/read/405237/11468207

h stdlib.h

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

h kernel.h

/* * 'kernel.h' contains some often-used function prototypes etc */ /* * 'kernel.h'定义了一些常用函数的原型等。 */ // 验证给定地址开始的内存块是否超限。若超限则追加内存。( kernel/fork.c, 24 )。 void verify_area (void *addr, int count); // 显示