代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/249482/4450818
dat funtc74.dat
函数名称: free
函数原型: void free(void * p);
函数功能: 释放p所指的内存区.
函数返回: 无
函数说明: p 被释放的指针
所属文件:
www.eeworm.com/read/247871/4472797
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/242732/4543295
h strpool.h
// strpool.h
#ifndef __USER32_INTERNAL_STRING_POOL_H
#define __USER32_INTERNAL_STRING_POOL_H
extern HANDLE hProcessHeap;
PVOID
HEAP_alloc ( DWORD len );
VOID
HEAP_free ( LPVOID memory )
www.eeworm.com/read/240162/4582589
c net46.c
// { dg-do run }
#include
#include
#include
#include
int fail = 1;
int in_main = 0;
void *operator new(size_t size) throw (std::bad_alloc) {
if (!in_main) re
www.eeworm.com/read/236246/4643018
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/233448/4675407
c net46.c
// { dg-do run }
#include
#include
#include
#include
int fail = 1;
int in_main = 0;
void *operator new(size_t size) throw (std::bad_alloc) {
if (!in_main) re
www.eeworm.com/read/233007/4695382
c~ jpeglole.c~
/*This file is used to finish the compression of a gray image
*jpeglole.c ,jcmarker.c ,jarithc.c,jaricom.c need to combined together.
*/
#include "commondecls.h"
void *
alloc_one_row(j_compress_
www.eeworm.com/read/233007/4695391
c~ jpeglole.c~
/*This file is used to finish the compression of a gray image
*jpeglole.c ,jcmarker.c ,jarithc.c,jaricom.c need to combined together.
*/
#include "commondecls.h"
void *
alloc_one_row(j_compress_
www.eeworm.com/read/230647/4720506
c detc.c
/*
Copyright G&G Lab Corporation, All Rights Reserved
Module Name:
Detc.c
*/
#include "ntddk.h"
#include "GG.h"
#include "Detc.h"
#include "debug.h"
#ifdef ALLOC_PRAGMA
www.eeworm.com/read/229812/4743305
def comctl32.def
LIBRARY COMCTL32.DLL
EXPORTS
_TrackMouseEvent@4
AddMRUData@12
AddMRUStringA@8
AddMRUStringW@8
Alloc@4
CreateMRUListA@4
CreateMRUListW@4
CreateMappedBitmap@20
CreatePage@8
CreatePropertyShee