Searched refs:ALLOC_NONE (Results 1 – 3 of 3) sorted by relevance
48 ALLOC_NONE, // do not allocate:use the buffer passed to TrackBase constructor enumerator
212 case ALLOC_NONE: in TrackBase()522 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK, in Track()2084 ((buffer == NULL) ? ALLOC_LOCAL : ALLOC_NONE), in RecordTrack()2686 ALLOC_NONE, in MmapTrack()
492 ALLOC_NONE = 0, enumerator506 AllocParams() : data{ALLOC_NONE, {0, 0}, {0}} {} in AllocParams()544 case ALLOC_NONE: in allocate()