Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 25 of 98) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocator.h75 _Tp* allocate(size_t __n) { in allocate() function
117 _Tp* allocate(size_t __n, const void*) { in allocate() function
156 const _Tp* allocate(size_t __n) { in allocate() function
194 const _Tp* allocate(size_t __n, const void*) { in allocate() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmemory-block.h56 memory_block_pool::allocate () in allocate() function
H A Dalloc-pool.h348 base_pool_allocator <TBlockAllocator>::allocate () in allocate() function
503 allocate () ATTRIBUTE_MALLOC in allocate() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmemory-block.h56 memory_block_pool::allocate () in allocate() function
H A Dalloc-pool.h348 base_pool_allocator <TBlockAllocator>::allocate () in allocate() function
503 allocate () ATTRIBUTE_MALLOC in allocate() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d442 void[] allocate(size_t s) { return new byte[](s); } in allocate() function
461 void[] allocate(size_t s) in allocate() function
H A Dnull_allocator.d23 void[] allocate(size_t) shared { return null; } in allocate() function
H A Dregion.d124 void[] allocate(size_t n) in allocate() function
439 void[] allocate(size_t n) in allocate() function
625 void[] allocate(size_t bytes) shared in allocate() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h102 allocate(_Char_alloc_type& __a, typename _Base::size_type __n) in _GLIBCXX_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d448 void[] allocate(size_t s) { return new byte[](s); } in allocate() function
467 void[] allocate(size_t s) in allocate() function
H A Dregion.d157 void[] allocate(size_t n) pure nothrow @trusted @nogc in allocate() function
445 void[] allocate(size_t n) in allocate() function
572 void[] allocate(size_t n) in allocate() function
789 void[] allocate(size_t bytes) shared @trusted nothrow @nogc in allocate() function
1087 void[] allocate(size_t n) pure nothrow @trusted @nogc in allocate() function
H A Dnull_allocator.d28 void[] allocate(size_t) shared { return null; } in allocate() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dmallocator.d26 void[] allocate(size_t bytes) shared in allocate() function
213 void[] allocate(size_t bytes) shared in allocate() function
H A Dgc_allocator.d25 pure nothrow @trusted void[] allocate(size_t bytes) shared in allocate() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeArray.h57 allocate (int cnt) in allocate() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeArray.h57 allocate (int cnt) in allocate() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dalloc_traits.h132 allocate(_Alloc& __a, size_type __n) in _GLIBCXX_VISIBILITY() function
137 allocate(_Alloc& __a, size_type __n, _Hint __hint) in _GLIBCXX_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dalloc_traits.h132 allocate(_Alloc& __a, size_type __n) in _GLIBCXX_VISIBILITY() function
137 allocate(_Alloc& __a, size_type __n, _Hint __hint) in _GLIBCXX_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dmallocator.d31 void[] allocate(size_t bytes) shared const in allocate() function
224 void[] allocate(size_t bytes) shared in allocate() function
/netbsd-src/sys/kern/
H A Dsubr_kobj_vfs.c95 bool allocate) in kobj_read_vfs()
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_ehdr.c125 _libelf_ehdr(Elf *e, int ec, int allocate) in _libelf_ehdr()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cc26 bool allocate = (i % 5) <= 2; // 60% malloc, 40% free in MallocThread() local
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_sman.h63 void *(*allocate) (void *private, unsigned long size, member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DArrayRecycler.h125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate() function
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsplay-tree.h118 splay_tree_allocate_fn allocate; member

1234