代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3275851
c net46.c
#include
#include
#include
#include
int fail = 1;
int in_main = 0;
void *operator new(size_t size) throw (std::bad_alloc) {
if (!in_main) return malloc (size)
www.eeworm.com/read/328214/3446366
c ialloc.c
/*
* linux/fs/sysv/ialloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc
www.eeworm.com/read/328214/3446373
c balloc.c
/*
* linux/fs/sysv/balloc.c
*
* minix/bitmap.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* ext/freelists.c
* Copyright (C) 1992 Remy Card (card@masi.ibp.fr)
*
* xenix/alloc
www.eeworm.com/read/326711/3469915
cpp fig27_06.cpp
// Fig. 27.6: Fig27_06.cpp
// Demonstrating standard new throwing bad_alloc when memory
// cannot be allocated.
#include
using std::cerr;
using std::cout;
using std::endl;
#include
www.eeworm.com/read/316872/3597461
h jazzdma.h
/*
* Helpfile for jazzdma.c -- Mips Jazz R4030 DMA controller support
*/
#ifndef _ASM_JAZZDMA_H
#define _ASM_JAZZDMA_H
/*
* Prototypes and macros
*/
extern unsigned long vdma_alloc(unsigned long
www.eeworm.com/read/315091/3624190
cpp filtercoder.cpp
// FilterCoder.cpp
#include "StdAfx.h"
#include "FilterCoder.h"
extern "C"
{
#include "../../../C/Alloc.h"
}
#include "../../Common/Defs.h"
#include "StreamUtils.h"
static const UInt3
www.eeworm.com/read/298155/3874509
dat funtc139b.dat
#include
#include
#include
int main(void)
{
unsigned int size, segp;
int stat;
size = 64; /* (64 x 16) = 1024 bytes */
stat = allocmem(size, &segp);
www.eeworm.com/read/298155/3874930
dat funtc136b.dat
#include
#include
#include
#include
int main(void)
{
char far *fptr;
char *str = "Hello";
fptr = farcalloc(10, sizeof(char));
movedata(F
www.eeworm.com/read/298155/3875068
dat funtc134b.dat
#include
#include
#include
#include
int main(void)
{
char far *fptr;
char *str = "Hello";
fptr = farcalloc(10, sizeof(char));
movedata(F
www.eeworm.com/read/297604/3885932
cpp filtercoder.cpp
// FilterCoder.cpp
#include "StdAfx.h"
#include "FilterCoder.h"
extern "C"
{
#include "../../../C/Alloc.h"
}
#include "../../Common/Defs.h"
#include "StreamUtils.h"
static const UInt3