Searched defs:sbrk (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsystem-alloc.cc48 #include <unistd.h> // for sbrk, getpagesize, off_t
136 "Whether sbrk can be used to obtain memory.");
201 // Check if we should use sbrk allocation.
206 // memory will be allocated with sbrk before the flag takes effect.
211 // sbrk will release memory if passed a negative number, so we do
227 // like something sbrk() should check for us, and indeed opensolaris
229 // http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libc/port/sys/sbrk.c?a=true
230 // http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/libc/misc/sbrk.c?rev=1.1.2.1&content-type=text/plain&cvsroot=glibc
231 // Without this check, sbrk may succeed when it ought to fail.)
232 if (reinterpret_cast<intptr_t>(sbrk(
448 SbrkSysAllocator *sbrk = new (sbrk_space) SbrkSysAllocator(); local
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsystem-alloc.cc48 #include <unistd.h> // for sbrk, getpagesize, off_t
271 "Whether sbrk can be used to obtain memory.");
343 // Check if we should use sbrk allocation.
348 // memory will be allocated with sbrk before the flag takes effect.
353 // sbrk will release memory if passed a negative number, so we do
369 // like something sbrk() should check for us, and indeed opensolaris
371 // http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libc/port/sys/sbrk.c?a=true
372 // http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/libc/misc/sbrk.c?rev=1.1.2.1&content-type=text/plain&cvsroot=glibc
373 // Without this check, sbrk may succeed when it ought to fail.)
374 if (reinterpret_cast<intptr_t>(sbrk(
585 SbrkSysAllocator *sbrk = new (sbrk_space) SbrkSysAllocator(); local
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h291 /* We could maybe use VirtualAlloc for sbrk as well, but no need */
292 inline void *sbrk(intptr_t increment) { function
293 // sbrk returns -1 on failure
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h288 /* We could maybe use VirtualAlloc for sbrk as well, but no need */
289 inline void *sbrk(intptr_t increment) { function
290 // sbrk returns -1 on failure
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 354 milliseconds