代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6250997
p alloc.p
(*#@(#)alloc.p 4.1 Ultrix 7/17/90 *)
(****************************************************************************
* *
* Copyright (c) 1984 by *
* DIGITAL EQUIPMENT CORPORATI
www.eeworm.com/read/323315/6316490
alloc_0
27
0 0 0 4 0 0
0 1 3 5 1 0
0 2 7 3 3 2
0 3 15 4 3 4
0 4 31 5 3 5
0 5 63 6 3 6
0 6 127 7 3 7
0 7 255 8 3 8
0 8 511 9 3 9
0 9 1023 10 3 10
0 10 2047 11 3 11
0 11 4095 12 3 12
0 12 8191 13 3 13
0 13 1638
www.eeworm.com/read/323315/6316491
alloc_3
12
0 0 0 4 0 0
0 1 3 5 1 0
0 2 5 7 1 1
0 3 9 10 1 3
0 4 15 4 3 4
0 5 31 5 3 5
0 6 63 6 3 6
0 7 127 7 3 7
0 8 255 8 3 8
0 9 511 9 3 9
0 10 1023 10 3 10
0 11 2047 11 3 11
0 12 4095 12 3 12
0 13 8191 13
www.eeworm.com/read/323315/6316496
alloc_1
30
0 0 0 4 0 0
0 1 3 5 1 0
0 2 7 3 3 2
0 3 15 4 3 4
0 4 31 5 3 5
0 5 63 6 3 6
0 6 127 7 3 7
0 7 255 8 3 8
0 8 511 9 3 9
0 9 1023 10 3 10
0 10 2047 11 3 11
0 11 4095 12 3 12
0 12 8191 13 3 13
0 13 1638
www.eeworm.com/read/323315/6316501
alloc_2
8
0 0 0 4 0 0
0 1 3 5 1 0
0 2 5 7 1 1
0 3 9 10 1 3
0 4 15 4 3 4
0 5 31 5 3 5
0 6 63 6 3 6
0 7 127 7 3 7
0 8 255 8 3 8
0 9 511 9 3 9
0 10 1023 10 3 10
0 11 2047 11 3 11
0 12 4095 12 3 12
0 13 8191 13 3
www.eeworm.com/read/264967/6352131
o alloc.o
www.eeworm.com/read/264967/6352137
c alloc.c
#include
#include
#include
#include
#include "ga_knn.h"
/*---------------------------------------------------------------
| Sample classification and gen
www.eeworm.com/read/494691/6360306
c alloc.c
#include "db.h"
/* Allocate & initialize a DB structure, and all the buffers it needs */
DB *
_db_alloc(int namelen)
{
DB *db;
/* Use calloc, to init structure to zero */
if ( (db = calloc(1
www.eeworm.com/read/493005/6403335
h alloc.h
/*
* alloc - storage allocation and storage debug macros
*
* Copyright (C) 1999 David I. Bell
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of the versio
www.eeworm.com/read/493030/6404248