代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/309915/13662126

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
www.eeworm.com/read/309349/13673602

h alloc.h

/* ALLOC.H - Interface to memory allocation procedure. */ /* Copyright (c) 1996 by Radford M. Neal * * Permission is granted for anyone to copy, use, modify, or distribute this * program and acco
www.eeworm.com/read/309349/13673644

c alloc.c

/* ALLOC.C - Routine to allocate memory and complain if it doesn't work. */ /* Copyright (c) 1996 by Radford M. Neal * * Permission is granted for anyone to copy, use, modify, or distribute this
www.eeworm.com/read/301999/13844896

h alloc.h

/* * alloc.h -- memory allocation defines for cluster * * $Header: /usr/src/local/conn/cluster/RCS/alloc.h,v 1.8 1993/01/20 19:00:40 stolcke Exp $ * $Log: alloc.h,v $ * Revision 1.8 1993/01/20
www.eeworm.com/read/301999/13844906

c alloc.c

/* * alloc.c -- Memory allocation utilities for cluster * * $Log: alloc.c,v $ * Revision 1.8 1993/01/20 19:00:40 stolcke * triangular matrix stuff no longer needed * * Revision 1.7 1993/01/
www.eeworm.com/read/300969/13876503

c alloc.c

/* This file is concerned with allocating and freeing arbitrary-size blocks of * physical memory on behalf of the FORK and EXEC system calls. The key data * structure used is the hole table, whic
www.eeworm.com/read/136019/13878277

h alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra
www.eeworm.com/read/136019/13878450

pthread_alloc

/* * Copyright (c) 1996 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted
www.eeworm.com/read/238485/13882417

h alloc.h

#ifndef ALLOC_H #define ALLOC_H extern /*@null@*//*@out@*/char *alloc(); extern void alloc_free(); extern int alloc_re(); #endif
www.eeworm.com/read/238485/13882849

3 alloc.3

.TH alloc 3 .SH NAME alloc \- allocate memory .SH SYNTAX .B #include char *\fBalloc\fP(\fInew\fR); void \fBalloc_free\fP(\fIx\fR); void \fBalloc_re\fP(&\fIx\fR,\fIold\fR,\fInew\fR); char