Searched refs:buf_2048_MemoryPool (Results 1 – 6 of 6) sorted by relevance
79 t_u8 *sbuf = (t_u8 *)OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in conn_download_decomp_fw()120 OSA_MemoryPoolFree(buf_2048_MemoryPool, sbuf); in conn_download_decomp_fw()171 OSA_MemoryPoolFree(buf_2048_MemoryPool, sbuf); in conn_download_decomp_fw()
46 void *ptr = OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in wifi_malloc_eventbuf()58 OSA_MemoryPoolFree(buf_2048_MemoryPool, buffer); in wifi_free_eventbuf()
854 txpwrlimit = OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in wlan_process_link_measurement_request()876 OSA_MemoryPoolFree(buf_2048_MemoryPool, txpwrlimit); in wlan_process_link_measurement_request()
3822 … cal_data_cfg->data = (uint8_t *)OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in wifi_process_cmd_response()
325 MemoryPool_t buf_2048_MemoryPool; variable460 buf_2048_MemoryPool = in mem_pool_init()462 if (buf_2048_MemoryPool == NULL) in mem_pool_init()
39 extern MemoryPool_t buf_2048_MemoryPool;