代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/434552/1871072

3 t_alloc.3

'\" rtp .\" -*- nroff -*- vim: ft=nroff .\" .\" @(#) t_alloc.3,v 1.1.4.1 2004/01/12 23:32:49 brian Exp .\" .\" ========================================================================= .\" .\" Copyrig
www.eeworm.com/read/434168/1874627

h ngx_alloc.h

/* * Copyright (C) Igor Sysoev */ #ifndef _NGX_ALLOC_H_INCLUDED_ #define _NGX_ALLOC_H_INCLUDED_ #include #include void *ngx_alloc(size_t size, ngx_log_t *log); voi
www.eeworm.com/read/434168/1874645

c ngx_alloc.c

/* * Copyright (C) Igor Sysoev */ #include #include ngx_uint_t ngx_pagesize; ngx_uint_t ngx_pagesize_shift; ngx_uint_t ngx_cacheline_size; void * ngx_alloc(size
www.eeworm.com/read/431664/1905116

c su_alloc.c

/* * This file is part of the Sofia-SIP package * * Copyright (C) 2005 Nokia Corporation. * * Contact: Pekka Pessi * * This library is free software; you can redistribut
www.eeworm.com/read/431664/1905125

h su_alloc.h

/* * This file is part of the Sofia-SIP package * * Copyright (C) 2005 Nokia Corporation. * * Contact: Pekka Pessi * * This library is free software; you can redistribut
www.eeworm.com/read/431110/1912785

sh alloc_dealloc.sh

#!/bin/sh # This script allocates a number of SPIs, then deallocates them in a # different order. It is driven by an input file which contains some # generated SPI data. def_enckey=0x40434345454646
www.eeworm.com/read/431110/1912861

sh alloc_dealloc.sh

#!/bin/sh # This script allocates a number of SPIs, then deallocates them in a # different order. It is driven by an input file which contains some # generated SPI data. def_enckey=0x40434345454646
www.eeworm.com/read/430518/1927650

txt inode-alloc.txt

Current inode allocations in the proc-fs (hex-numbers): 00000000 reserved 00000001-00000fff static entries (goners) 001 root-ino 00001000-00001fff dynamic entries 0001xxxx-7fffxxxx
www.eeworm.com/read/428548/1958751

c alloc_stats.c

/* vi: set sw=4 ts=4: */ /* * alloc_stats.c --- Update allocation statistics for ext2fs * * Copyright (C) 2001 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under the terms
www.eeworm.com/read/428548/1958765

c alloc_sb.c

/* vi: set sw=4 ts=4: */ /* * alloc_sb.c --- Allocate the superblock and block group descriptors for a * newly initialized filesystem. Used by mke2fs when initializing a filesystem * * Copyright