代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/480145/1322116
c dosfsfat.c
/* dosFsFat.c - DOS file system File Allocation Table Handler */
/* Copyright 1987-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01q,10jan0
www.eeworm.com/read/242732/4539689
h usb.h
#ifndef __USBD_H__
#define __USBD_H__
/*
* Some USB bandwidth allocation constants.
*/
typedef unsigned long ULONG_PTR, *PULONG_PTR;
#define USB2_HOST_DELAY 5 /* nsec, guess */
#define
www.eeworm.com/read/229812/4739772
cpp wctest44.cpp
#include
#include
#include
// test allocation and deallocation fn's
static void *alloc_fn( size_t size ){
char *mem;
mem = new char[ size + 1 ]
www.eeworm.com/read/229812/4739792
cpp wctest53.cpp
#include
#include
#include
#include "testexpt.h"
#include "strdata.h"
static int fail_alloc = 0;
// test allocation and deallocation fn's
static void *a
www.eeworm.com/read/229812/4741017
mh malloc.mh
/*
* malloc.h Memory allocation functions
*
:include crwat.sp
*/
#ifndef _MALLOC_H_INCLUDED
#define _MALLOC_H_INCLUDED
:include readonly.sp
:include cpluspro.sp
#ifndef _COMDEF_H_INC
www.eeworm.com/read/224327/4804332
c dosfsfat.c
/* dosFsFat.c - DOS file system File Allocation Table Handler */
/* Copyright 1987-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01q,10jan0
www.eeworm.com/read/216502/4890377
2 brk.2
.TH BRK 2
.SH NAME
brk, sbrk, break \- change core allocation
.SH SYNOPSIS
.B char *brk(addr)
.PP
.B char *sbrk(incr)
.SH DESCRIPTION
.I Brk
sets the system's idea of the lowest location not used by
www.eeworm.com/read/209559/4973779
todo
$Id: TODO,v 1.10 2002/09/09 16:31:21 dwmw2 Exp $
- disable compression in commit_write()?
- fine-tune the allocation / GC thresholds
- chattr support - turning on/off and tuning compression per-in
www.eeworm.com/read/208414/4993130
h pgpleaks.h
/*
* pgpLeaks.h -- Leak tracking module for memory allocation routines
*
* Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved.
*
* $Id: pgpLeaks.h,v 1.11.2.1 1997/06/07 09
www.eeworm.com/read/208414/4993154
c pgpleaks.c
/*
* pgpLeaks.c -- Leak tracking module for memory allocation routines
*
* Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved.
*
* $Id: pgpLeaks.c,v 1.13.2.2 1997/06/07 09