代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/270031/4242225

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/447907/1692583

c alloc.c

/* $OpenBSD: alloc.c,v 1.5 1997/08/01 21:57:09 pefo Exp $ */ /* $NetBSD: alloc.c,v 1.6 1997/02/04 18:36:33 thorpej Exp $ */ /* * Copyright (c) 1997 Christopher G. Demetriou. All rights reserved. *
www.eeworm.com/read/447892/1694173

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/442179/1764991

c alloc.c

/* * Copyright (c) 1999 Caucho Technology. All rights reserved. * * Caucho Technology permits redistribution, modification and use * of this file in source and binary form ("the Software") under
www.eeworm.com/read/440906/1785351

h alloc.h

// Backward-compat support -*- C++ -*- // Copyright (C) 2001 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute
www.eeworm.com/read/439864/1803902

h alloc.h

/* * alloc.h - memory allocation module declarations * * Copyright (C) 2000, 2001 Stefan Jahn * Copyright (C) 2000 Raimund Jacob * Copyright (C) 1999 Martin Gra
www.eeworm.com/read/439864/1803938

c alloc.c

/* * alloc.c - memory allocation module implementation * * Copyright (C) 2000, 2001 Stefan Jahn * Copyright (C) 2000 Raimund Jacob * Copyright (C) 1999 Martin G
www.eeworm.com/read/439082/1818732

c alloc.c

/* * linux/fs/hpfs/alloc.c * * Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999 * * HPFS bitmap operations */ #include "hpfs_fn.h" /* * Check if a sector is allocated in bitma
www.eeworm.com/read/437028/1838302

c alloc.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. **********/ /* * Memory alloction functions */ #include "spice.h" #include "stdio.h" #include "misc.h" #in
www.eeworm.com/read/435707/1861953

ed alloc.ed

/#include "pool/c #define poolalloc(a,b) malloc(b) #define poolfree(a, b) free(b) . /^allocmemimaged/ s/)/, void *X)/ /i->data = md;/a i->x = X; . /^allocmemimage(/ s/^/_/ /^freememimage(/ s/^/_/ ,s/