Searched refs:mmapped (Results 1 - 2 of 2) sorted by relevance

/external/qemu/audio/
H A Dossaudio.c52 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/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c310 set will attempt to check every non-mmapped allocated and free chunk
662 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */
666 MALLINFO_FIELD_TYPE hblkhd; /* space in mmapped regions */
832 arena: current total non-mmapped bytes allocated from system
835 hblks: current number of mmapped regions
836 hblkhd: total bytes held in mmapped regions
840 uordblks: current total allocated space (normal or mmapped)
1636 also used to hold the offset this chunk has within its mmapped
1637 region, which is needed to preserve alignment. Each mmapped
1702 mmapped regio
3316 add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) argument
[all...]

Completed in 71 milliseconds