代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/280938/10277899
c 049.c
#include
#define PROG "./vul"
#define HEAP_LEN 128
int main(int argc, char **argv)
{
char **env;
char **arg;
char heap_buf[150];
char eggshell[]= /* Mudge's */
www.eeworm.com/read/425978/10298659
c os.c
/*
** 2005 November 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 forgivene
www.eeworm.com/read/355007/10305397
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/280395/10333202
sed djgpp.sed
s/y\.tab\./parse_tab\./
s/@DEFS@/-DMS_DOS/
s/@LIBS@//
s/@srcdir@/./
s/@YACC@/bison/
s/@CC@/gcc/
s/@RANLIB@/ranlib/
s/@ALLOCA@//
/^flex/ s/\.bootstrap//
/sed.*extern.*malloc/ c\
@mv parse_tab.c parse.
www.eeworm.com/read/162128/10333354
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/162078/10341633
c fillheap.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
int i, state;
buffer1 = malloc(100);
buffer2 = malloc(200);
buffer3 = malloc(300)
www.eeworm.com/read/280057/10358281
c jmemansi.c
/*
* jmemansi.c
*
* Copyright (C) 1992-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/161094/10454226
c sp_colorder.c
#include "superlu_ddefs.h"
int check_perm_dist(char *, int_t, int_t *);
void
sp_colorder(superlu_options_t *options, SuperMatrix *A, int_t *perm_c,
int_t *etree, SuperMatrix *AC)
{
/*
* --
www.eeworm.com/read/352714/10522644
c _test.c
/** @file 410test.c
* @brief A test file for your drivers.
*/
/* -- Includes -- */
/* libc includes. */
#include /* for lprintf_kern() */
/* multiboot header file */
#include
www.eeworm.com/read/352714/10522652
c mytest.c
/** @file 410test.c
* @brief A test file for your drivers.
*/
/* -- Includes -- */
/* libc includes. */
#include /* for lprintf_kern() */
/* multiboot header file */
#include