HomeSort by relevance Sort by last modified time
    Searched refs:mmapped (Results 1 - 5 of 5) sorted by null

  /external/qemu/audio/
ossaudio.c 52 int mmapped; member in struct:OSSVoiceOut
388 if (oss->mmapped) {
434 if (oss->mmapped) {
493 if (oss->mmapped) {
551 oss->mmapped = 0;
580 oss->mmapped = 1;
584 if (!oss->mmapped) {
594 if (!oss->mmapped) {
636 if (!oss->mmapped) {
658 if (!oss->mmapped) {
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /bionic/libc/bionic/
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...]
  /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...]

Completed in 1063 milliseconds