Searched defs:bcm_mp_pool_h (Results 1 - 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcm_mpool_pub.h89 typedef struct bcm_mp_pool *bcm_mp_pool_h; typedef in typeref:struct:bcm_mp_pool
178 bcm_mp_pool_h *newp);
194 int bcm_mpm_delete_prealloc_pool(bcm_mpm_mgr_h mgr, bcm_mp_pool_h *poolp);
217 bcm_mp_pool_h *newp);
233 int bcm_mpm_delete_heap_pool(bcm_mpm_mgr_h mgr, bcm_mp_pool_h *poolp);
309 void* bcm_mp_alloc(bcm_mp_pool_h pool);
323 int bcm_mp_free(bcm_mp_pool_h pool, void *objp);
337 int bcm_mp_stats(bcm_mp_pool_h pool, bcm_mp_stats_t *stats);
352 int bcm_mp_dump(bcm_mp_pool_h pool, struct bcmstrbuf *b);

Completed in 345 milliseconds