HomeSort by relevance Sort by last modified time
    Searched full:mmapped (Results 1 - 25 of 34) sorted by null

1 2

  /bionic/libc/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */
53 size_t hblkhd; /* space in mmapped regions */
  /ndk/build/platforms/android-3/arch-arm/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */
53 size_t hblkhd; /* space in mmapped regions */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */
53 size_t hblkhd; /* space in mmapped regions */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */
53 size_t hblkhd; /* space in mmapped regions */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */
53 size_t hblkhd; /* space in mmapped regions */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */
53 size_t hblkhd; /* space in mmapped regions */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */
53 size_t hblkhd; /* space in mmapped regions */
  /external/qemu/audio/
ossaudio.c 45 int mmapped; member in struct:OSSVoiceOut
309 if (oss->mmapped) {
374 if (!oss->mmapped) {
406 if (oss->mmapped) {
423 if (oss->mmapped) {
481 oss->mmapped = 0;
509 oss->mmapped = 1;
513 if (!oss->mmapped) {
523 if (!oss->mmapped) {
549 if (!oss->mmapped) {
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.h 2 /* xdgmimecache.h: Private file. Datastructure for mmapped caches.
  /external/stlport/src/
fstream.cpp 60 // If we've mmapped part of the file already, then unmap it.
  /bionic/libc/bionic/
dlmalloc.h 230 arena: current total non-mmapped bytes allocated from system
233 hblks: current number of mmapped regions
234 hblkhd: total bytes held in mmapped regions
238 uordblks: current total allocated space (normal or mmapped)
254 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */
258 MALLINFO_FIELD_TYPE hblkhd; /* space in mmapped regions */
dlmalloc.c 301 set will attempt to check every non-mmapped allocated and free chunk
453 the benefits that: Mmapped space can always be individually released
649 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */
653 MALLINFO_FIELD_TYPE hblkhd; /* space in mmapped regions */
    [all...]
  /sdk/emulator/qtools/
trace_reader_base.h 49 // an mmapped dex file, the path is modified to be more useful for
trace_reader.cpp 857 // If there were no mmapped dex files, then there is no need to parse
908 "Cannot find the mmapped dex file '%s' in the dexlist\n",
    [all...]
trace_reader.h     [all...]
  /hardware/msm7k/libgralloc/
gralloc.cpp 350 // PMEM buffers are always mmapped
400 // GPU buffers are always mmapped
  /external/kernel-headers/original/linux/
relay.h 101 * Called when a relay file is successfully mmapped
  /external/libffi/src/
dlmalloc.c 274 set will attempt to check every non-mmapped allocated and free chunk
426 the benefits that: Mmapped space can always be individually released
618 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */
622 MALLINFO_FIELD_TYPE hblkhd; /* space in mmapped regions */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 310 set will attempt to check every non-mmapped allocated and free chunk
462 the benefits that: Mmapped space can always be individually released
662 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */
666 MALLINFO_FIELD_TYPE hblkhd; /* space in mmapped regions */
    [all...]
  /external/ppp/pppd/
spinlock.c 446 /* We're mmapped here */
  /external/srec/srec/clib/
voc_read.c 321 /* release mmapped file */
  /frameworks/base/include/utils/
Asset.h 114 * Return whether this asset's buffer is allocated in RAM (not mmapped).
  /hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp 272 // PMEM buffers are always mmapped
  /external/elfutils/libelf/
elf_begin.c 256 /* We can use the mmapped memory. */
342 /* We can use the mmapped memory. */
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 407 milliseconds

1 2