代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/255665/12066894
h tomcrypt_custom.h
#ifndef TOMCRYPT_CUSTOM_H_
#define TOMCRYPT_CUSTOM_H_
/* macros for various libc functions you can change for embedded targets */
#define XMALLOC malloc
#define XREALLOC realloc
#define XCALLOC cal
www.eeworm.com/read/255665/12067035
h tomcrypt_custom.h
#ifndef TOMCRYPT_CUSTOM_H_
#define TOMCRYPT_CUSTOM_H_
/* macros for various libc functions you can change for embedded targets */
#define XMALLOC malloc
#define XREALLOC realloc
#define XCALLOC cal
www.eeworm.com/read/252157/12296822
h malloc.h
/*
A version of malloc/free/realloc written by Doug Lea and released to the
public domain. Send questions/comments/complaints/performance data
to dl@cs.oswego.edu
* VERSION 2.6.6 Sun Mar 5 1
www.eeworm.com/read/116266/14981499
c memutils.c
#include
#include
#define INITIAL 65000
extern char *malloc();
extern char *realloc();
#define PROFILESTOREMAXSIZE 30
unsigned ny_memprofilesize = 0;
struct {
unsigned calls,
www.eeworm.com/read/4824/41591
h malloc.h
/*
A version of malloc/free/realloc written by Doug Lea and released to the
public domain. Send questions/comments/complaints/performance data
to dl@cs.oswego.edu
* VERSION 2.6.6 Sun Mar 5 1
www.eeworm.com/read/10438/185949
c crtheap.c
/***
*crtheap.c - Get a block of memory from the heap
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines the _malloc_crt(), _calloc_crt(), _realloc_c
www.eeworm.com/read/15240/439262
h malloc.h
/*
A version of malloc/free/realloc written by Doug Lea and released to the
public domain. Send questions/comments/complaints/performance data
to dl@cs.oswego.edu
* VERSION 2.6.6 Sun Mar 5 1
www.eeworm.com/read/16793/690717
xleaktrace
#! /usr/bin/awk -f
#
# xleaktrace - print unfreed memory using input generated by compact malloc
# tracing (malloc_set_trace(1))
#
# NOTE: we ignore `realloc' tags because they're just extra in
www.eeworm.com/read/17071/710730
h malloc.h
/*
A version of malloc/free/realloc written by Doug Lea and released to the
public domain. Send questions/comments/complaints/performance data
to dl@cs.oswego.edu
* VERSION 2.6.6 Sun Mar 5 1
www.eeworm.com/read/494783/1153206
h malloc.h
/*
A version of malloc/free/realloc written by Doug Lea and released to the
public domain. Send questions/comments/complaints/performance data
to dl@cs.oswego.edu
* VERSION 2.6.6 Sun Mar 5 1