代码搜索:allocat
找到约 61 项符合「allocat」的源代码
代码结果 61
www.eeworm.com/read/255233/4378329
h charsample.h
// CharSample.h
//
// Generated by C DriverWizard 3.1.0 (Build 1722)
// Requires DDK Only
// File created on 10/23/2004
//
#ifndef __CHARSAMPLE_H__
#define __CHARSAMPLE_H__
// Memory allocat
www.eeworm.com/read/436945/7758456
m get_xhist.m
function xhist = get_xhist(choice_vector)
% [XHIST] = get_xhist(CHOICE_VECTOR)
%
% Converts an input choice vector into a trajectory of values between 0 and
% 1 that represent the user's allocat
www.eeworm.com/read/149795/5696877
c sip_msg.c
/*
* $Id: sip_msg.c,v 1.84.2.2 2005/09/01 12:33:30 andrei Exp $
*
* cloning a message into shared memory (TM keeps a snapshot
* of messages in memory); note that many operations, which
* allocat
www.eeworm.com/read/187332/5224216
c sip_msg.c
/*
* $Id: sip_msg.c,v 1.84.2.3 2006/01/11 00:28:18 janakj Exp $
*
* cloning a message into shared memory (TM keeps a snapshot
* of messages in memory); note that many operations, which
* allocat
www.eeworm.com/read/366702/2877810
f90 random_7.f90
! { dg-do run }
! { dg-options "-fdefault-integer-8" }
!
program trs
implicit none
integer :: size, ierr
integer, allocatable, dimension(:) :: seed, check
call test_random_seed(size)
allocat
www.eeworm.com/read/391005/8428480
c my_malloc.c
#include
#include "my_malloc.h"
static Header base; /* empty list to get started */
static Header *free_list = NULL; /* start of free list */
/* Malloc: general-purpose storage allocat
www.eeworm.com/read/151700/5679798
java golfclub.java
/*
@author j.n.magee 25/04/98
*/
package concurrency.golf;
import java.awt.*;
import java.applet.*;
import concurrency.display.*;
public class GolfClub extends Applet {
String allocat
www.eeworm.com/read/131716/14132226
c my_malloc.c
#include
#include "my_malloc.h"
static Header base; /* empty list to get started */
static Header *free_list = NULL; /* start of free list */
/* Malloc: general-purpose storage allocat
www.eeworm.com/read/366702/2872745
adb align_check.adb
-- { dg-do run }
with System;
procedure align_check is
N_Allocated_Buffers : Natural := 0;
--
function New_Buffer (N_Bytes : Natural) return System.Address is
begin
N_Allocat
www.eeworm.com/read/136812/5860127
c scsi_resource.c
#ident "@(#)scsi_resource.c 1.1 92/07/30 SMI"
/*
* Copyright (c) 1988, 1989, 1990 Sun Microsystems, Inc.
*/
#define DPRINTF if (scsi_options & SCSI_DEBUG_LIB) printf
/*
* Generic Resource Allocat