代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/162807/5514357
h ringstripe.h
/* ////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a lice
www.eeworm.com/read/162614/5520053
c warn01.c
// { dg-do assemble }
// { dg-options "-W -Wall" }
typedef unsigned long size_t;
extern void* malloc (size_t);
extern void free (void*);
extern void* realloc (void*, size_t);
struct vtable {
void
www.eeworm.com/read/387369/8691050
h memory.h
#ifndef _MEMORY_H_
#define _MEMORY_H_
#include
/**
* Pre-allocate a chunk of memory and allocate them in small pieces.
* Those memory are never freed after allocation. Used for persist
www.eeworm.com/read/449031/7519898
h memory.h
#ifndef _MEMORY_H_
#define _MEMORY_H_
#include
/**
* Pre-allocate a chunk of memory and allocate them in small pieces.
* Those memory are never freed after allocation. Used for persist
www.eeworm.com/read/147331/5732127
c vec_malloc.c
/*
FUNCTION
, , ---manage vector memory
INDEX
vec_malloc
INDEX
vec_realloc
INDEX
vec_free
INDEX
_vec_malloc_r
INDEX
_vec_realloc_r
INDEX
_vec_free_r
AN
www.eeworm.com/read/124347/6051588
c vec_malloc.c
/*
FUNCTION
, , ---manage vector memory
INDEX
vec_malloc
INDEX
vec_realloc
INDEX
vec_free
INDEX
_vec_malloc_r
INDEX
_vec_realloc_r
INDEX
_vec_free_r
AN
www.eeworm.com/read/230045/14307940
h mmm.h
/* mmm.h
*
* Mark's memory manager
*
* Defines CALLOC, MALLOC, REALLOC and FREE, which are just like the
* standard versions, except that these do varying amounts
* of sanity checking, dep
www.eeworm.com/read/407834/6919712
h mem.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/154878/11921019
h luser_tests.h
/*
** $Id: ltests.h,v 1.20 2002/12/04 17:29:05 roberto Exp $
** Internal Header for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
#ifndef ltests_h
#define ltests_h
#includ
www.eeworm.com/read/154878/11921141
h lmem.h
/*
** $Id: lmem.h,v 1.26 2002/05/01 20:40:42 roberto Exp $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
#ifndef lmem_h
#define lmem_h
#include
#include "llimits.h"