Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_reference.cpp83 auto size_padding = size - (off_t)allocated_size; in dmabuf_sanity_check() local
84 if ((size != -1) && ((size_padding < 0) || (size_padding > getpagesize()))) { in dmabuf_sanity_check()