代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/396408/2420179
c alloc.c
/*
* alloc.c
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 1999-2000 Aaron Holtzman
*
* This file is part of mpeg2dec, a free MPEG-2 vid
www.eeworm.com/read/396408/2420188
s alloc.s
.file 1 "alloc.c"
.section .mdebug.abi32
.previous
.section .text.mpeg2_malloc_hooks,"ax",@progbits
.align 2
.align 5
.globl mpeg2_malloc_hooks
.ent mpeg2_malloc_hooks
.type mpeg2_malloc_hooks, @funct
www.eeworm.com/read/395929/2430878
c alloc.c
#include "c.h"
struct block {
struct block *next;
char *limit;
char *avail;
};
union align {
long l;
char *p;
double d;
int (*f)(void);
};
union header {
struct block b;
union align a;
};
#if
www.eeworm.com/read/395229/2445383
c alloc.c
/* alloc.c
*
* Written by Erik Andersen
* LGPLv2
*
* Parts of the memalign code were stolen from malloc-930716.
*/
#define _GNU_SOURCE
#include
#include
www.eeworm.com/read/392773/2490832
c _alloc.c
/*
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This materi
www.eeworm.com/read/392773/2490900
h _alloc.h
/*
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This materi
www.eeworm.com/read/392548/2495334
c alloc.c
#include
#include
#define MAGIC (Header *)1111
typedef long Align;
union header {
struct {
union header *ptr;
unsigned size;
} s;
www.eeworm.com/read/391269/2521419
c alloc.c
/*
* Amanda, The Advanced Maryland Automatic Network Disk Archiver
* Copyright (c) 1991-1999 University of Maryland at College Park
* All Rights Reserved.
*
* Permission to use, copy, modify, dis
www.eeworm.com/read/387261/2563183
c alloc.c
/*
This is a romfs file system driver for Windows NT/2000/XP.
Copyright (C) 1999, 2000, 2001, 2002 Bo Brant閚.
This program is free software; you can redistribute it and/or modify
i
www.eeworm.com/read/384220/2603017
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