代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/100563/15872100
cpp ocinum.cpp
#ifndef _COCINumber
#include "ocinum.h"
#endif
#ifndef _COCISession
#include "ocisess.h"
#endif
#ifndef _INC_MEMORY
#include
#endif
#ifndef _INC_MALLOC
#include
www.eeworm.com/read/348735/10869686
cpp doclist.cpp
#include "stdafx.h"
#pragma warning( disable : 4786 )
#include "assert.h"
#include "doclist.h"
void *my_malloc(size_t size)
{
void *ptr;
ptr=(void *)malloc(size);
if(!ptr) {
p
www.eeworm.com/read/195842/8127020
c decipher.c
int decipher(char * commond)
{
char * getstr, * tokenPtr;
int commond_count = 0;/*记录命令行数*/
getstr = (char *)malloc(MAX_COMMOND_LENGTH * sizeof(char));
tokenPtr = (char *)malloc(MAX_COMMOND_
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
www.eeworm.com/read/150221/5694168
cpp baker.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/5694169
cpp henonn.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/224932/14562370
c hamsterdb.c
/**
* Copyright (C) 2005-2007 Christoph Rupp (chris@crupp.de).
* All rights reserved. See file LICENSE for licence and copyright
* information.
*
*/
#ifdef HAVE_MALLOC_H
# include
#e