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

1234567891011>>

/macosx-10.9.5/libstdcxx-60/src/
H A Dallocator-inst.cc35 #include <memory>
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dgetinmemory.c23 * download data into a chunk of memory instead of storing it in a file.
33 char *memory; member in struct:MemoryStruct
44 mem->memory = realloc(mem->memory, mem->size + realsize + 1);
45 if(mem->memory == NULL) {
46 /* out of memory! */
47 printf("not enough memory (realloc returned NULL)\n");
51 memcpy(&(mem->memory[mem->size]), contents, realsize);
53 mem->memory[mem->size] = 0;
66 chunk.memory
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/BonjourExample/
H A Dstdafx.h29 #include <memory.h>
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestOOMlib.h11 void* test_realloc (void *memory,
13 void test_free (void *memory);
H A DtestOOMlib.c2 * testOOM.c: Test out-of-memory handling
80 * Called when about to alloc some memory; if
146 test_realloc (void *memory, argument
157 test_free (memory);
163 mem = xmlMemRealloc (memory, bytes);
165 if (memory == NULL && mem != NULL)
173 test_free (void *memory) argument
175 if (memory) /* we guarantee it's safe to free (NULL) */
179 xmlMemFree (memory);
230 * Tests how well the given function responds to out-of-memory
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DCSPDLDatabase.cpp27 #include <memory>
/macosx-10.9.5/Security-55471.14.18/libsecurity_sd_cspdl/lib/
H A DSDCSPDLDatabase.cpp33 #include <memory>
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/expat/lib/
H A Dwinconfig.h17 #include <memory.h>
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/lib/
H A Dwinconfig.h17 #include <memory.h>
/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashansi.h26 # include <memory.h>
/macosx-10.9.5/expat-12/expat/lib/
H A Dwinconfig.h17 #include <memory.h>
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/expat/
H A Dwinconfig.h17 #include <memory.h>
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/setkey/
H A Dtoken.l142 yyfatal("insufficient memory");
153 yyfatal("insufficient memory");
260 yyfatal("insufficient memory");
274 yyfatal("insufficient memory");
283 yyfatal("insufficient memory");
291 yyfatal("insufficient memory");
/macosx-10.9.5/WebKit2-7537.78.2/Platform/win/
H A DSharedMemoryWin.cpp59 // FIXME: If the receiving process crashes before it receives the memory, the memory will be
125 RefPtr<SharedMemory> memory = adoptRef(new SharedMemory); local
126 memory->m_size = size;
127 memory->m_data = baseAddress;
128 memory->m_handle = handle;
130 return memory.release();
148 RefPtr<SharedMemory> memory = adopt(handle.m_handle, handle.m_size, protection); local
149 if (!memory)
155 return memory
220 RefPtr<SharedMemory> memory = adoptRef(new SharedMemory); local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_filedb/
H A DSelectionPredicate.h27 #include <memory>
/macosx-10.9.5/Security-55471.14.18/libsecurity_filedb/lib/
H A DSelectionPredicate.h27 #include <memory>
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/backward/
H A Dtempbuf.h68 #include <ext/memory>
/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dallocate.c90 ** Stub memory allocation and free routines to keep track of all allocated
91 ** memory so that it can readily be freed
157 l->next = (memlink*) handle->memory;
158 handle->memory = l;
175 for (lp = (memlink*) handle->memory; lp; lp = next)
191 memlink** lp, **next, *memory; local
197 memory = (memlink*) handle->memory;
198 for (lp = &memory; *lp; lp = next)
212 handle->memory
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dbuild.conf16 dso file_io locks memory misc mmap network_io poll random
/macosx-10.9.5/apr-30/apr/apr/
H A Dbuild.conf16 dso file_io locks memory misc mmap network_io poll random
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m42 # When allocating RWX memory, check whether we need to use /dev/zero
16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m42 # When allocating RWX memory, check whether we need to use /dev/zero
16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextEncodingRegistry.h29 #include <memory>
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dfs.hpp33 #include <memory>
H A Dtimer.hpp38 #include <memory>

Completed in 433 milliseconds

1234567891011>>