Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {{ message }} imx6-dongle / linux-imx Public Notifications You must be signed in to change notification settings Fork 22 Star 28 Code Issues 6 Pull requests 1 Actions Projects Wiki ...
(mempool_t *pool, void *element) { /* Mempools backed by slab allocator */ if (pool->alloc == mempool_kmalloc) { __poison_element(element, (size_t)pool->pool_data); } else if (pool->alloc == mempool_alloc_slab) { __poison_element(element, kmem_cache_size(pool->pool_data))...