HomeSort by relevance Sort by last modified time
    Searched refs:mmapped (Results 1 - 7 of 7) 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/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 336 set will attempt to check every non-mmapped allocated and free chunk
496 the benefits that: Mmapped space can always be individually released
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 299 set will attempt to check every non-mmapped allocated and free chunk
455 the benefits that: Mmapped space can always be individually released
    [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.15/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 96 milliseconds