代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6052023
c strdup_r.c
#include
#include
#include
char *
_DEFUN (_strdup_r, (reent_ptr, str),
struct _reent *reent_ptr _AND
_CONST char *str)
{
size_t len = strlen (str
www.eeworm.com/read/124347/6053144
h safe_memory.h
/* safe_memory.h
Copyright 2002 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LI
www.eeworm.com/read/101042/6258266
c p12_add.c
/* p12_add.c */
/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
* project 1999.
*/
/* ====================================================================
* Copyright (c) 19
www.eeworm.com/read/101042/6258272
c p12_attr.c
/* p12_attr.c */
/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
* project 1999.
*/
/* ====================================================================
* Copyright (c) 1
www.eeworm.com/read/100926/6264507
c cgi-send.c
/* cgi-send.c,v 1.2 2000/06/04 22:00:03 brunsch Exp */
/*
* Send 10K file; send random bits.
*
*/
#include
#include
#define FILE_SIZE 10240
#define MALLOC_FAI
www.eeworm.com/read/202502/6301051
c taste.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/421459/6311264
31 fig15.31
#include "apue.h"
#include
#define ARRAY_SIZE 40000
#define MALLOC_SIZE 100000
#define SHM_SIZE 100000
#define SHM_MODE 0600 /* user read/write */
char array[ARRAY_SIZE]; /* uninitialize
www.eeworm.com/read/421459/6311548
c tshm.c
#include "apue.h"
#include
#define ARRAY_SIZE 40000
#define MALLOC_SIZE 100000
#define SHM_SIZE 100000
#define SHM_MODE 0600 /* user read/write */
char array[ARRAY_SIZE]; /* uninitialize
www.eeworm.com/read/494691/6360334
c tshm.c
#include
#include
#include
#include "ourhdr.h"
#define ARRAY_SIZE 40000
#define MALLOC_SIZE 100000
#define SHM_SIZE 100000
#define SHM_MODE (SHM_R | SHM_W) /* u
www.eeworm.com/read/490627/6450070
c tshm.c
#include
#include
#include
#include "ourhdr.h"
#define ARRAY_SIZE 40000
#define MALLOC_SIZE 100000
#define SHM_SIZE 100000
#define SHM_MODE (SHM_R | SHM_W) /* u