Searched refs:memory (Results 1 - 25 of 989) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/src/
H A Dallocator-inst.cc35 #include <memory>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSplitModule.h19 #include <memory>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/FrontendTool/
H A DUtils.h17 #include <memory>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBuryPointer.h12 #include <memory>
19 // the memory is not misdiagnosed as an unintentional leak by leak detection
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-mem.c85 char *memory; local
88 memory = cvmx_fpa_alloc(pool);
89 if (memory) {
90 struct mbuf *m = *(struct mbuf **)(memory - sizeof(void *));
94 } while (memory);
/freebsd-11-stable/sbin/setkey/
H A Dtoken.l121 yyfatal("insufficient memory");
132 yyfatal("insufficient memory");
217 yyfatal("insufficient memory");
231 yyfatal("insufficient memory");
240 yyfatal("insufficient memory");
248 yyfatal("insufficient memory");
/freebsd-11-stable/contrib/gcc/
H A Dresource.h28 do { (RES)->memory = (RES)->unch_memory = (RES)->volatil = (RES)->cc = 0; \
34 char memory; /* Insn sets or needs a memory location. */ member in struct:resources
36 char volatil; /* Insn sets or needs a volatile memory loc. */
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dsys-mem.sh28 if smbios_mem=$(kenv -q smbios.memory.enabled); then
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dtempbuf.h68 #include <ext/memory>
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_string.h46 #include <memory.h>
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dbio_pk7.c61 # include <memory.h>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/ELF/
H A DTBEHandler.h20 #include <memory>
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DMonitoringProcessLauncher.h12 #include <memory>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDB.h15 #include <memory>
H A DIPDBInjectedSource.h13 #include <memory>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DObjectCache.h13 #include <memory>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingOptions.h13 #include <memory>
/freebsd-11-stable/contrib/apr/
H A Dbuild.conf17 dso file_io locks memory misc mmap network_io poll random
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_string.h48 #include <memory> // For allocator.
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-fpa.c60 * Allocate memory for and initialize a single FPA pool.
72 void *memory; local
90 memory = cvmx_bootmem_alloc(buffer_size * buffers, align);
91 if (memory == NULL)
93 cvmx_dprintf("Out of memory initializing fpa pool %d(%s).\n", pool, name);
96 cvmx_fpa_setup_pool(pool, name, memory, buffer_size, buffers);
103 * Allocate memory and initialize the FPA pools using memory
107 * to save memory. Use cvmx_helper_initialize_fpa instead of
133 * @return Zero on success, non-zero if out of memory
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DYamlContext.h14 #include <memory>
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Initialization/
H A DSystemLifetimeManager.h16 #include <memory>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistration.h15 #include <memory>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMacroFusion.h18 #include <memory>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSimpleTypeSerializer.h27 #include <memory>

Completed in 200 milliseconds

1234567891011>>