代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/430518/1926324

h atari_stram.h

#ifndef _M68K_ATARI_STRAM_H #define _M68K_ATARI_STRAM_H /* * Functions for Atari ST-RAM management */ /* public interface */ void *atari_stram_alloc(long size, const char *owner); void atari_stram
www.eeworm.com/read/427735/1967144

cpp bzip2decoder.cpp

// BZip2Decoder.cpp #include "StdAfx.h" extern "C" { #include "../../../C/Alloc.h" } #include "../../Common/Defs.h" #include "BZip2Crc.h" #include "BZip2Decoder.h" #include "Mtf8.h"
www.eeworm.com/read/412408/2170438

c mmscp.c

#ifdef WIN32 #ifdef _DEBUG #define _CRTDBG_MAP_ALLOC #endif #endif #include #ifdef WIN32 #include #endif #include "MmsCp.h" #include "MSCP_ControlPoint.h" #include "ILibParsers.
www.eeworm.com/read/407641/2261095

c mmscp.c

#ifdef WIN32 #ifdef _DEBUG #define _CRTDBG_MAP_ALLOC #endif #endif #include #ifdef WIN32 #include #endif #include "MmsCp.h" #include "MSCP_ControlPoint.h" #include "ILibParsers.
www.eeworm.com/read/396408/2420154

makefile

include ../config.mak LIBNAME_COMMON = libmpeg2.a SRCS_COMMON = alloc.c \ cpu_accel.c\ cpu_state.c \ decode.c \ header.c \ idct.c \ motion_comp.c \ s
www.eeworm.com/read/395929/2430463

h lburg.h

#ifndef BURG_INCLUDED #define BURG_INCLUDED /* $Id: lburg.h,v 2.1 1994/11/30 21:53:18 drh Exp $ */ /* iburg.c: */ extern void *alloc(int nbytes); typedef enum { TERM=1, NONTERM } Kind; typedef struc
www.eeworm.com/read/393286/2478804

c um_module.c

#include #include /*Copied from i386 arch/i386/kernel/module.c */ void *module_alloc(unsigned long size) { if (size == 0) return NULL; return vmalloc_exec
www.eeworm.com/read/366702/2871393

c p755.c

// { dg-do run } // It checks to see if you can define your own global new operator. // prms-id: 755 #include extern "C" void _exit(int); void* operator new(size_t sz) throw (std::bad_alloc)
www.eeworm.com/read/366702/2879791

c 920410-1.c

int alloc_float(f) float f; { union { float f; int i; } u; u.f=f; return u.i&~1; } float c_float(int obj) { union { float f; int i; } u; u.i=obj;
www.eeworm.com/read/365553/2896476

h bp.h

#include #include #include #include #define BIGRND 32767 double drnd(); double dpn1(); double squash(double x); double *alloc_1d_dbl(int n); double