HomeSort by: relevance | last modified time | path
    Searched defs:alloc (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/games/hack/
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 *
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 *
  /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 *
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/arch/acorn32/stand/nbfs/
rmalloc.c 7 alloc(size_t size) function in typeref:typename:void *
rmalloc.c 7 alloc(size_t size) function in typeref:typename:void *
  /src/sys/sys/
thmap.h 43 uintptr_t (*alloc)(size_t); member in struct:__anone27d64790108
thmap.h 43 uintptr_t (*alloc)(size_t); member in struct:__anone27d64790108
  /src/bin/ksh/
alloc.c 1 /* $NetBSD: alloc.c,v 1.10 2007/12/12 22:55:42 lukem Exp $ */
32 __RCSID("$NetBSD: alloc.c,v 1.10 2007/12/12 22:55:42 lukem Exp $");
63 /* coverity[+alloc] */
65 alloc(size_t size, Area *ap) function in typeref:typename:void *
81 /* coverity[+alloc] */
89 return alloc(size, ap);
alloc.c 1 /* $NetBSD: alloc.c,v 1.10 2007/12/12 22:55:42 lukem Exp $ */
32 __RCSID("$NetBSD: alloc.c,v 1.10 2007/12/12 22:55:42 lukem Exp $");
63 /* coverity[+alloc] */
65 alloc(size_t size, Area *ap) function in typeref:typename:void *
81 /* coverity[+alloc] */
89 return alloc(size, ap);
  /src/sbin/fsck_v7fs/
inode.c 49 int alloc; member in struct:ilistcheck_arg
129 arg->alloc++;
138 struct ilistcheck_arg arg = { .total = 0, .alloc = 0 };
143 int nfree = arg.total - arg.alloc;
158 pwarn("\ninode usage: %d/%d (%d)\n", arg.alloc, arg.total, nfree);
inode.c 49 int alloc; member in struct:ilistcheck_arg
129 arg->alloc++;
138 struct ilistcheck_arg arg = { .total = 0, .alloc = 0 };
143 int nfree = arg.total - arg.alloc;
158 pwarn("\ninode usage: %d/%d (%d)\n", arg.alloc, arg.total, nfree);
  /src/sys/arch/macppc/stand/ofwboot/
alloc.c 1 /* $NetBSD: alloc.c,v 1.10 2008/04/28 20:23:27 martin Exp $ */
122 alloc(size_t size) function in typeref:typename:void *
132 printf("alloc(%zu)", size);
178 panic("alloc: out of memory");
alloc.c 1 /* $NetBSD: alloc.c,v 1.10 2008/04/28 20:23:27 martin Exp $ */
122 alloc(size_t size) function in typeref:typename:void *
132 printf("alloc(%zu)", size);
178 panic("alloc: out of memory");
  /src/sys/arch/shark/stand/ofwboot/
alloc.c 1 /* $NetBSD: alloc.c,v 1.7 2008/04/28 20:23:35 martin Exp $ */
123 alloc(size_t size) function in typeref:typename:void *
133 printf("alloc(%zu)", size);
179 panic("alloc: out of memory");
alloc.c 1 /* $NetBSD: alloc.c,v 1.7 2008/04/28 20:23:35 martin Exp $ */
123 alloc(size_t size) function in typeref:typename:void *
133 printf("alloc(%zu)", size);
179 panic("alloc: out of memory");
  /src/sys/arch/sparc/stand/ofwboot/
alloc.c 1 /* $NetBSD: alloc.c,v 1.5 2011/05/19 03:09:47 christos Exp $ */
123 alloc(size_t size) function in typeref:typename:void *
133 printf("alloc(%zu)", size);
179 panic("alloc: out of memory");
alloc.c 1 /* $NetBSD: alloc.c,v 1.5 2011/05/19 03:09:47 christos Exp $ */
123 alloc(size_t size) function in typeref:typename:void *
133 printf("alloc(%zu)", size);
179 panic("alloc: out of memory");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_persistent_allocator.h 26 void *alloc(uptr size);
30 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator.
47 inline void *PersistentAllocator::alloc(uptr size) { function in class:__sanitizer::PersistentAllocator
51 // If failed, lock, retry and alloc new superblock.
67 return thePersistentAllocator.alloc(sz);
sanitizer_persistent_allocator.h 26 void *alloc(uptr size);
30 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator.
47 inline void *PersistentAllocator::alloc(uptr size) { function in class:__sanitizer::PersistentAllocator
51 // If failed, lock, retry and alloc new superblock.
67 return thePersistentAllocator.alloc(sz);
  /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/sys/lib/libsa/
alloc.c 1 /* $NetBSD: alloc.c,v 1.28 2019/03/31 20:08:45 christos Exp $ */
34 * @(#)alloc.c 8.1 (Berkeley) 6/11/93
72 * @(#)alloc.c 8.1 (Berkeley) 6/11/93
137 * When HEAP_LIMIT is defined and the heap limit is reached, alloc() panics.
164 alloc(size_t size) function in typeref:typename:__compactcall void *
  /src/tests/lib/libobjc/
t_threads.m 55 +alloc; class in interface:MyClass
75 return [[self alloc] init];
78 +alloc
79 { class in implementation:MyClass
  /src/usr.bin/m4/lib/
ohash.h 32 void *(*alloc)(size_t, void *); member in struct:ohash_info
  /src/usr.bin/rpcgen/
rpc_util.h 38 #define alloc(size) ((char *)malloc((size_t)(size))) macro
39 #define ALLOC(object) ((object *)malloc(sizeof(object)))

Completed in 28 milliseconds

1 2 3 4