Home
last modified time | relevance | path

Searched refs:PA_PAGE_ALIGN_PTR (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dmemtrap.c141 start = PA_PAGE_ALIGN_PTR(start); in pa_memtrap_add()
196 start = PA_PAGE_ALIGN_PTR(start); in pa_memtrap_update()
Dcore-util.h319 static inline void* PA_PAGE_ALIGN_PTR(const void *p) { in PA_PAGE_ALIGN_PTR() function
Dshm.c326 o = (size_t) ((uint8_t*) ptr - (uint8_t*) PA_PAGE_ALIGN_PTR(ptr)); in pa_shm_punch()
Dcore-util.c2652 a = PA_PAGE_ALIGN_PTR(p); in pa_will_need()