代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/159853/5580322
c alloc.c
#include
#include
#include
#include
/*
#define DEBUG
*/
#ifdef DEBUG
#define calloc xcalloc
#define malloc xmalloc
#define realloc xrealloc
#d
www.eeworm.com/read/390183/8480365
pl findleak.pl
#!/usr/bin/perl
# From: Ed Beroset
my %mem = {};
my %alloc = {};
while()
{
if (/realloc\((0x[0-9a-f]+).*\).*returns \((0x[0-9a-f]+)/)
{
www.eeworm.com/read/188349/8547125
pl findleak.pl
#!/usr/bin/perl
# From: Ed Beroset
my %mem = {};
my %alloc = {};
while()
{
if (/realloc\((0x[0-9a-f]+).*\).*returns \((0x[0-9a-f]+)/)
{
www.eeworm.com/read/435646/7788363
pl findleak.pl
#!/usr/bin/perl
# From: Ed Beroset
my %mem = {};
my %alloc = {};
while()
{
if (/realloc\((0x[0-9a-f]+).*\).*returns \((0x[0-9a-f]+)/)
{
www.eeworm.com/read/136812/5857113
h mallint.h
/* @(#)mallint.h 1.1 92/07/30 SMI*/
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* file: mallint.h
* description:
*
* Definitions for malloc.c and friends (realloc.c, memalign.c)
*
www.eeworm.com/read/150547/12286825
pl findleak.pl
#!/usr/bin/perl
# From: Ed Beroset
my %mem = {};
my %alloc = {};
while()
{
if (/realloc\((0x[0-9a-f]+).*\).*returns \((0x[0-9a-f]+)/)
{
www.eeworm.com/read/123064/14650050
pl findleak.pl
#!/usr/bin/perl
# From: Ed Beroset
my %mem = {};
my %alloc = {};
while()
{
if (/realloc\((0x[0-9a-f]+).*\).*returns \((0x[0-9a-f]+)/)
{
www.eeworm.com/read/118993/14845325
pl findleak.pl
#!/usr/bin/perl
# From: Ed Beroset
my %mem = {};
my %alloc = {};
while()
{
if (/realloc\((0x[0-9a-f]+).*\).*returns \((0x[0-9a-f]+)/)
{
www.eeworm.com/read/464448/1530103
c alloc.c
#include
#include
#include
#include
#ifdef DEBUG
#define calloc xcalloc
#define malloc xmalloc
#define realloc xrealloc
#define free xfree
void
www.eeworm.com/read/250103/4442125
c malloc.c
/*
* malloc.c: safe wrappers around malloc, realloc, free, strdup
*/
#include
#include
#include
#include "halibut.h"
#ifdef LOGALLOC
#define LOGPARAMS ch