代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/342088/3240308
c newheap.c
#include
void _NewHeap(void *start, void *end)
{
CELL_HDR *new = start;
new->next = __FreeList;
__FreeList = new;
new->size = NEW_SIZE(start, end);
new->EndAddr = end;
#
www.eeworm.com/read/340665/3272910
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/339586/3297714
h mp_ext.h
/* DO NOT EDIT: automatically built by dist/s_include. */
#ifndef _mp_ext_h_
#define _mp_ext_h_
#if defined(__cplusplus)
extern "C" {
#endif
int __memp_alloc __P((DB_MPOOL *, REGINFO *, MPOOLFILE *,
www.eeworm.com/read/337546/3338892
h xfrm.h
/*
* SELinux support for the XFRM LSM hooks
*
* Author : Trent Jaeger,
*/
#ifndef _SELINUX_XFRM_H_
#define _SELINUX_XFRM_H_
int selinux_xfrm_policy_alloc(struct xfrm_policy *
www.eeworm.com/read/327133/3464008
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/324920/3497635
h xfrm.h
/*
* SELinux support for the XFRM LSM hooks
*
* Author : Trent Jaeger,
*/
#ifndef _SELINUX_XFRM_H_
#define _SELINUX_XFRM_H_
int selinux_xfrm_policy_alloc(struct xfrm_policy *
www.eeworm.com/read/301877/3831163
cxx ringbuffer.cxx
#include
#include
#include // so I can throw std::bad_alloc
#include
#include "ringbuffer.h"
class AutoCriticalRegion
{
MPCriticalRegionID m_mutex;
public:
www.eeworm.com/read/298155/3874465
dat funtc293b.dat
#include
#include
#include
#include
int main(void)
{
unsigned int size, segp;
int stat;
size = 64; /* (64 x 16) = 1024 bytes */
stat = a
www.eeworm.com/read/292705/3949663
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/292144/3958757
h hipe_process.h
/* $Id$
* HiPE-specific process fields
*/
#ifndef HIPE_PROCESS_H
#define HIPE_PROCESS_H
#include "erl_alloc.h"
struct hipe_process_state {
Eterm *nsp; /* Native stack pointer. */
Eterm *