/src/sys/arch/hpcmips/stand/libsa/ |
alloc.c | 1 /* $NetBSD: alloc.c,v 1.4 2007/03/04 05:59:53 christos Exp $ */ 43 alloc(size_t size);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
tsan_dense_alloc_test.cc | 25 typedef DenseSlabAlloc<int, 128, 128> Alloc; 26 typedef Alloc::Cache Cache; 27 typedef Alloc::IndexT IndexT; 30 Alloc alloc; local in function:__tsan::TEST 32 alloc.InitCache(&cache); 37 IndexT idx = alloc.Alloc(&cache); 40 int *v = alloc.Map(idx); 46 int *v = alloc.Map(idx) [all...] |
/src/games/hack/ |
def.wseg.h | 74 #define newseg() ((struct wseg *) alloc(sizeof(struct wseg)))
|
def.gen.h | 76 #define newgen() ((struct gen *) alloc(sizeof(struct gen)))
|
def.gold.h | 72 #define newgold() ((struct gold *) alloc(sizeof(struct gold)))
|
alloc.c | 1 /* $NetBSD: alloc.c,v 1.9 2011/08/06 20:18:26 dholland Exp $ */ 66 __RCSID("$NetBSD: alloc.c,v 1.9 2011/08/06 20:18:26 dholland Exp $"); 74 alloc(size_t len) function in typeref:typename:void *
|
def.trap.h | 75 #define newtrap() ((struct trap *) alloc(sizeof(struct trap)))
|
/src/sys/arch/hpc/stand/libsa/ |
alloc.c | 1 /* $NetBSD: alloc.c,v 1.4 2006/02/19 14:44:00 peter Exp $ */ 43 alloc(size_t size) function in typeref:typename:void *
|
/src/sys/external/bsd/drm/dist/shared-core/ |
sis_ds.c | 52 set->alloc = -1; 69 set->list[freeidx].alloc_next = set->alloc; 70 set->alloc = freeidx; 78 int alloc = set->alloc; local in function:setDel 81 while (alloc != -1) { 82 if (set->list[alloc].val == item) { 85 set->list[alloc].alloc_next; 87 set->alloc = set->list[alloc].alloc_next [all...] |
/src/lib/csu/arch/ia64/ |
crti.S | 46 alloc loc1 = ar.pfs, 0, 2, 0, 0 58 alloc loc1 = ar.pfs, 0, 2, 0, 0
|
crt0.S | 55 alloc r31 = ar.pfs, 3, 0, 0, 0 /* Adjust backingstore for ___start() */
|
/src/share/doc/papers/kernmalloc/ |
Makefile | 9 paper.ps: ${SRCS} alloc.fig usage.tbl
|
/src/sys/arch/acorn32/stand/nbfs/ |
rmalloc.c | 7 alloc(size_t size) function in typeref:typename:void *
|
/src/sys/arch/i386/stand/lib/ |
diskbuf.c | 52 diskbufp = alloc(DISKBUFSIZE);
|
bootinfo.h | 40 #define BI_ALLOC(max) (bootinfo = alloc(sizeof(struct bootinfo) \
|
/src/sys/arch/ia64/stand/common/ |
calloc.c | 14 if(( (ptr = alloc(total_size)) != NULL)) { 18 /* alloc will crib for me. */
|
strdup.c | 57 if ((copy = alloc(len)) == NULL)
|
/src/sys/lib/libz/ |
zalloc.c | 38 * alloc and free. 47 opaque = alloc(totalsize);
|
/src/lib/libc/arch/ia64/gen/ |
setjmp.S | 49 alloc loc0=ar.pfs,1,2,3,0 60 alloc r15=ar.pfs,1,0,0,0 // drop register frame 67 alloc loc0=ar.pfs,2,2,3,0 78 alloc r15=ar.pfs,2,0,0,0 // drop register frame
|
/src/sys/arch/epoc32/include/ |
loadfile_machdep.h | 53 #define ALLOC(a) alloc(a) 56 #define ALLOC(a) alloc(a)
|
/src/sys/arch/landisk/include/ |
loadfile_machdep.h | 53 #define ALLOC(a) alloc(a) 56 #define ALLOC(a) alloc(a)
|
/src/sys/arch/mmeye/include/ |
loadfile_machdep.h | 51 #define ALLOC(a) alloc(a) 54 void *alloc(size_t);
|
/src/sys/arch/zaurus/include/ |
loadfile_machdep.h | 53 #define ALLOC(a) alloc(a) 56 #define ALLOC(a) alloc(a)
|
/src/sys/stand/efiboot/ |
userconf.c | 67 uc = alloc(sizeof(*uc)); 73 text = alloc(len);
|
/src/usr.bin/m4/lib/ |
ohash_init.c | 36 h->info.alloc = info->alloc;
|