]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/thread_safety_intel_dpdk_functions.rst
mem: remove dummy malloc library
[dpdk.git] / doc / guides / prog_guide / thread_safety_intel_dpdk_functions.rst
index 0034bf4b8662baf7744e276c61fea61090f8f118..403e5fc657818a1721a589c35730de51633ace08 100644 (file)
@@ -73,7 +73,7 @@ Performance Insensitive API
 
 Outside of the performance sensitive areas described in Section 25.1,
 the DPDK provides a thread-safe API for most other libraries.
-For example, malloc(librte_malloc) and memzone functions are safe for use in multi-threaded and multi-process environments.
+For example, malloc and memzone functions are safe for use in multi-threaded and multi-process environments.
 
 The setup and configuration of the PMD is not performance sensitive, but is not thread safe either.
 It is possible that the multiple read/writes during PMD setup and configuration could be corrupted in a multi-thread environment.