Lines Matching refs:objects
10 In the DPDK, it is identified by name and uses a mempool handler to store free objects.
13 an alignment helper to ensure that objects are padded to spread them equally on all DRAM or DDR3 ch…
21 The allocated objects then contain overwrite protection fields to help debugging buffer overflows.
32 …X86 architecture, performance can be greatly improved by adding a specific padding between objects.
36 …sed, so performance can be increased by spreading the start addresses of objects among the differe…
61 no padding is required between objects (except for objects whose size are n x 3 x 64 bytes blocks).
82 In this way, each core has full access to its own cache (with locks) of free objects and
83 only when the cache fills does the core need to shuffle some of the free objects back to the pools …
84 obtain more objects when the cache is empty.
140 shared objects specified with the '-d' EAL command-line parameter are
156 * Any application that needs to allocate fixed-sized objects in the data plane and that will be c…