代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/298155/3874971
dat funtc74.dat
函数名称: free
函数原型: void free(void * p);
函数功能: 释放p所指的内存区.
函数返回: 无
函数说明: p 被释放的指针
所属文件:
www.eeworm.com/read/297604/3885835
cpp bzip2decoder.cpp
// BZip2Decoder.cpp
#include "StdAfx.h"
#include "BZip2Decoder.h"
extern "C"
{
#include "../../../../C/Alloc.h"
}
#include "../../../Common/Defs.h"
#include "../BWT/Mtf8.h"
#include
www.eeworm.com/read/296064/3908452
c osdep.c
#include
#include "osdep.h"
/*
* Windows parameters are one long whitespace separated strings.
* This function splits them to normal NULL-terminated strings.
*/
co_rc_t co_os
www.eeworm.com/read/292144/3958312
c init_file.c
#include
#include
#include
#include "init_file.h"
#define ALLOC malloc
#define REALLOC realloc
#define FREE free
#define CONTEXT_BUFFER_SIZE 1024
typedef struct {
www.eeworm.com/read/288830/4004296
h branchcoder.h
// BranchCoder.h
#ifndef __BRANCH_CODER_H
#define __BRANCH_CODER_H
#include "Common/MyCom.h"
#include "Common/Types.h"
#include "Common/Alloc.h"
#include "../../ICoder.h"
class CBranchC
www.eeworm.com/read/288095/4011070
h iodbc.h
#ifndef _CONFIG_H
#define _CONFIG_H
# if !defined(WINDOWS) && !defined(WIN32_SYSTEM)
# define _UNIX_
# include
# include
# define MEM_ALLOC(size) (malloc((siz
www.eeworm.com/read/282196/4106500
cpp 8_9.cpp
//8_9
#include
#include
void main()
{
void* p = malloc(1000000);
int i=1;
while(p){
p = malloc(1000000);
i++;
}
cout
www.eeworm.com/read/276929/4161280
h lzmaencoder.h
// LZMA/Encoder.h
#ifndef __LZMA_ENCODER_H
#define __LZMA_ENCODER_H
#include "../../../Common/MyCom.h"
#include "../../../Common/Alloc.h"
#include "../../ICoder.h"
#include "../LZ/IMatchFinder.h"
#i
www.eeworm.com/read/276929/4161302
h branchcoder.h
// BranchCoder.h
#ifndef __BRANCH_CODER_H
#define __BRANCH_CODER_H
#include "Common/MyCom.h"
#include "Common/Types.h"
#include "Common/Alloc.h"
#include "../../ICoder.h"
class CBranchConverter:
www.eeworm.com/read/447907/1692987
h dpc.h
/*
** Copyright 2002, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef __DPC_H__
#define __DPC_H__
int xpt_alloc_dpc( xpt_dpc_info **dpc );
int