代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/128085/14316789
pas heapconst.pas
unit HeapConst;
interface
{heap function flags. these are not defined in the Delphi source code}
const
HEAP_NO_SERIALIZE = $00000001;
HEAP_GROWABLE = $00000002;
www.eeworm.com/read/128085/14316801
pas heapconst.pas
unit HeapConst;
interface
{heap function flags. these are not defined in the Delphi source code}
const
HEAP_NO_SERIALIZE = $00000001;
HEAP_GROWABLE = $00000002;
www.eeworm.com/read/486842/6530699
c bmalloc.c
/* Copyright (C) 1997, 1998, 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of-Words Library, `libbow'.
This library is free
www.eeworm.com/read/122800/14667910
c bmalloc.c
/* Copyright (C) 1997, 1998, 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of-Words Library, `libbow'.
This library is free
www.eeworm.com/read/133772/5899776
cxx malloc4.cxx
//=================================================================
//
// malloc4.cxx
//
// Stress test malloc(), calloc(), realloc() and free()
//
//==============================
www.eeworm.com/read/106385/6194059
cxx malloc4.cxx
//=================================================================
//
// malloc4.cxx
//
// Stress test malloc(), calloc(), realloc() and free()
//
//====================================
www.eeworm.com/read/312645/3651439
cxx malloc4.cxx
//=================================================================
//
// malloc4.cxx
//
// Stress test malloc(), calloc(), realloc() and free()
//
//==============================
www.eeworm.com/read/398200/2383552
cxx malloc4.cxx
//=================================================================
//
// malloc4.cxx
//
// Stress test malloc(), calloc(), realloc() and free()
//
//====================================
www.eeworm.com/read/150221/5694166
cpp henon.cpp
#include
#include "mex.h"
#ifdef MATLAB_MEX_FILE
#undef malloc
#undef realloc
#undef free
#define malloc mxMalloc
#define realloc mxRealloc
#define free mxFree
#define printf mexPrintf
#endi
www.eeworm.com/read/150221/5694167
cpp tentmap.cpp
#include
#include "mex.h"
#ifdef MATLAB_MEX_FILE
#undef malloc
#undef realloc
#undef free
#define malloc mxMalloc
#define realloc mxRealloc
#define free mxFree
#define printf mexPrintf
#endi