代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/269691/11083644
c client.c
#include "opend.h"
#define NALLOC 10 /* # client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cl
www.eeworm.com/read/269691/11083808
36 fig17.36
#include "opend.h"
#define NALLOC 10 /* # client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cl
www.eeworm.com/read/335362/12535251
c client.c
#include "opend.h"
#define NALLOC 10 /* # client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cl
www.eeworm.com/read/335362/12535502
36 fig17.36
#include "opend.h"
#define NALLOC 10 /* # client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cl
www.eeworm.com/read/103960/15715785
c client.c
#include "opend.h"
#define NALLOC 10 /* #Client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cli
www.eeworm.com/read/100585/15870796
c client.c
#include "opend.h"
#define NALLOC 10 /* #Client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cli
www.eeworm.com/read/389295/8534975
c mymalloc.c
/*
* The Sleuth Kit
*
*
* Brian Carrier [carrier sleuthkit [dot] org]
* Copyright (c) 2006-2008 Brian Carrier, Basis Technology. All rights reserved.
*/
/** \file mymalloc.c
* These fun
www.eeworm.com/read/349627/10812560
c guirealloc.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/142909/12908584
h stdlib.h
/* stdlib.h */
#ifndef _STDLIB_H
#define _STDLIB_H
#define NULL ((void *)0)
/* stdarg.h */
/* il n'y a pas de type long */
#define long int
typedef int size_t;
void *malloc(int);
www.eeworm.com/read/147331/5732083
c mallocr.c
#include
#ifdef DEFINE_MALLOC
_PTR
_malloc_r (struct _reent *r, size_t sz)
{
return malloc (sz);
}
#endif
#ifdef DEFINE_CALLOC
_PTR
_calloc_r (struct _reent *r, size_t a, size_t b)
{