代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4671867
c new11.c
// PR c++/17670
// { dg-do run }
#include
#include
bool abort_new;
void *operator new[](size_t bytes) throw (std::bad_alloc) {
if (abort_new)
abort();
return operator new (
www.eeworm.com/read/229812/4739751
cpp wcst14.cpp
#include
#include
#include "strdata.h"
static void *alloc_fn( size_t ){
return( 0 );
};
int main() {
WCPtrSkipListDict skip_list( WCSKIPLIST_P
www.eeworm.com/read/229812/4739753
cpp wcst12.cpp
#include
#include
#include "strdata.h"
static void *alloc_fn( size_t ){
return( 0 );
};
int main() {
WCValSkipListDict skip_list( WCSKIPLIST_P
www.eeworm.com/read/216802/4880605
changelog
1999-01-19 Markku Rossi
* jsint.h (struct js_vm_st): Implemented file descriptor limit.
Now you can specify the maximum amount of file descriptors the
interpreter can alloc
www.eeworm.com/read/216802/4887300
h otlutils.h
#ifndef __OTLAYOUT_UTILS_H__
#define __OTLAYOUT_UTILS_H__
#include "otlayout.h"
OTL_BEGIN_HEADER
OTL_LOCAL( OTL_Error )
otl_mem_alloc( OTL_Pointer* pblock,
OTL_ULong
www.eeworm.com/read/209559/4973746
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.c
* Co
www.eeworm.com/read/209559/4973753
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.c
* Co
www.eeworm.com/read/199629/5075637
mak prj0041.mak
# Prevent "Cannot find missing dependency..." warnings while compiling
# pngw32.rc (PRJ0041).
all: $(IntDir)\alloc.h \
$(IntDir)\fp.h \
$(IntDir)\m68881.h \
$(IntDir)\mem.h \
$(IntDir)
www.eeworm.com/read/198501/5087149
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.c
* Co
www.eeworm.com/read/198501/5087156
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.c
* Co