代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/288830/4004271
h hcmain.h
// HC.h
#include "../../../../Common/Defs.h"
#include "../../../../Common/CRC.h"
#include "../../../../Common/Alloc.h"
namespace HC_NAMESPACE {
#ifdef HASH_ARRAY_2
static const UInt32 kH
www.eeworm.com/read/283355/4079916
patch pr21951.patch
Workaround for buglet in std::vector etc. when compiling
with gcc-4.0.0 -Wall -O -fno-exceptions
Fixes:
.../include/c++/4.0.0/bits/vector.tcc: In member function 'void std::vector::rese
www.eeworm.com/read/283355/4080305
patch pr21951-fix2.patch
Workaround for buglet in std::vector etc. when compiling
with gcc-4.0.1 -Wall -O -fno-exceptions
Fixes:
.../include/c++/4.0.0/bits/vector.tcc: In member function 'void std::vector::reser
www.eeworm.com/read/276929/4161282
h lzmadecoder.h
// LZMA/Decoder.h
#ifndef __LZMA_DECODER_H
#define __LZMA_DECODER_H
#include "../../../Common/MyCom.h"
#include "../../../Common/Alloc.h"
#include "../../ICoder.h"
#include "../LZ/LZOutWindow.h"
#in
www.eeworm.com/read/275562/4175105
zc glist.zc
import "gtypes"
public [name="c"]
struct GList
data: gpointer
next: GList
prev: GList
end
import func g_list_alloc: GList
import func g_list_free (GList)
import func g_li
www.eeworm.com/read/271955/4220440
c rqui_dialog.c
#include "rqui_dialog.h"
#include
struct rqui_dialog {
GtkWidget *window;
GtkWidget *message;
};
rqui_dialog_t
rqui_dialog_alloc(const char *title, const char *message)
{
st
www.eeworm.com/read/440906/1774509
c new1_x.c
#include
extern "C" void exit (int);
extern "C" void abort (void);
extern void * operator new[] (size_t s) throw (std::bad_alloc);
extern void operator delete[] (void *p) throw ();
struct A
{
www.eeworm.com/read/439082/1819687
c balloc.c
/*
* linux/fs/hfs/balloc.c
*
* Copyright (C) 1995-1997 Paul H. Hargrove
* This file may be distributed under the terms of the GNU General Public License.
*
* hfs_bnode_alloc() and hfs_bnode_bit
www.eeworm.com/read/431110/1912788
sh alloctest3.sh
#!/bin/sh
TZ=GMT export TZ
ipsec spi --clear
ipsec eroute --clear
#ipsec klipsdebug --set pfkey
ROOT= export ROOT
sh $ROOT/testing/klips/saref-alloc-01/alloctest2.sh
#ipsec look
www.eeworm.com/read/430518/1928590
c balloc.c
/*
* linux/fs/hfs/balloc.c
*
* Copyright (C) 1995-1997 Paul H. Hargrove
* This file may be distributed under the terms of the GNU General Public License.
*
* hfs_bnode_alloc() and hfs_bnode_bit