Searched refs:ALLOC_CBLK (Results 1 – 3 of 3) sorted by relevance
50 const alloc_type alloc = ALLOC_CBLK,
76 ALLOC_CBLK, // allocate immediately after control block enumerator
160 if (buffer == NULL && alloc == ALLOC_CBLK) { in TrackBase()217 case ALLOC_CBLK: in TrackBase()763 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK, in Track()2778 ((flags & AUDIO_INPUT_FLAG_FAST) ? ALLOC_PIPE : ALLOC_CBLK) : in RecordTrack()