Project

General

Profile

Actions

Feature #5365

open

202: All allocated memory from DMA pool should be freed

Added by Pavel Andrianov over 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
10/20/2014
Due date:
% Done:

0%

Estimated time:
Published in build:

Description

Memory from DMA pool is allocated by function dma_pool_alloc. The allocated memory is freed by function dma_pool_free. The rules of correct usage are:
  • freeing all allocated memory to avoid a memory leak;
  • freeing an allocated memory only once;
  • freeing only allocated memory.

No data to display

Actions

Also available in: Atom PDF