doc: Improve title of memory management concept page

Change-Id: I4690fb85b7ce4349395a1c113f130d9ed30d7bcd
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453450
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
Ben Walker 2019-05-06 10:20:46 -07:00 committed by Darek Stojaczyk
parent 1589ce9cfb
commit 70e3aac333

View File

@ -1,4 +1,4 @@
# Memory Management for User Space Drivers {#memory}
# Direct Memory Access (DMA) From User Space {#memory}
The following is an attempt to explain why all data buffers passed to SPDK must
be allocated using spdk_dma_malloc() or its siblings, and why SPDK relies on