HomeSort by relevance Sort by last modified time
    Searched defs:AppendList (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/decpp/
deAppendList.hpp 38 * AppendList provides data structure for recording ordered list of elements
42 * AppendList allocates memory in blocks of blockSize elements. Choosing
48 * For that reason shared AppendList should not be used if there is a lot
49 * of contention and instead per-thread AppendList's are recommended.
52 class AppendList
55 AppendList (size_t blockSize);
56 ~AppendList (void);
65 AppendList (const AppendList<ElementType>&);
66 AppendList<ElementType>& operator= (const AppendList<ElementType>&)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c     [all...]

Completed in 217 milliseconds