代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/398414/2381820
c malloc.c
#include "../inc/sysconfig.h"
#if defined(_USE_OWN_MALLOC) && (USE_MINIGUI==0)
#ifndef ENOMEM
#define ENOMEM 12
#endif
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug
www.eeworm.com/read/386455/2571269
c malloc.c
#include "../inc/sysconfig.h"
#if defined(_USE_OWN_MALLOC) && (USE_MINIGUI==0)
#ifndef ENOMEM
#define ENOMEM 12
#endif
/*
This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug
www.eeworm.com/read/353378/3086227
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/173349/9661389
awk memleak.awk
#
# This script looks for memory leaks by analyzing the output of "sqlite"
# when compiled with the SQLITE_DEBUG=2 option.
#
/[0-9]+ malloc / {
mem[$6] = $0
}
/[0-9]+ realloc / {
mem[$8] = "";
www.eeworm.com/read/334325/12612826
c subreader.c
/*
* Subtitle reader with format autodetection
*
* Written by laaz
* Some code cleanup & realloc() by A'rpi/ESP-team
*
*/
#include
#include
#include
#include
www.eeworm.com/read/205013/15329809
awk memleak.awk
#
# This script looks for memory leaks by analyzing the output of "sqlite"
# when compiled with the SQLITE_DEBUG=2 option.
#
/[0-9]+ malloc / {
mem[$6] = $0
}
/[0-9]+ realloc / {
mem[$8] = "";
www.eeworm.com/read/202410/15384377
cpp ezw.cpp
//#include "stdafx.h"
#include "ezw.h"
#include
#undef calloc
#undef realloc
#undef malloc
#undef free
#include
#include
/*--------------------------------
www.eeworm.com/read/374494/9402593
todo
Adjust README.
usermod -U/-L: Implement!!
check all malloc/realloc return values for out of memory errors.
usermod: LDAP: If login is renamed, rename dn, too.
groupmod: Implement renaming of grou
www.eeworm.com/read/148898/12415808
c guslv.c
#include
/* #include */
/* #include */
/* #define PRINT_INFO */
/* #define MC_EXTERNAL 0 */
/* #define Malloc(A,B) malloc(A) */
/* #define Realloc(A,B,C
www.eeworm.com/read/148898/12415822
c glslv.c
#include
/* #include */
/* #include */
/* #define PRINT_INFO */
/* #define MC_EXTERNAL 0 */
/* #define Malloc(A,B) malloc(A) */
/* #define Realloc(A,B,C