HomeSort by relevance Sort by last modified time
    Searched refs:AllocList (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.cc 66 struct AllocList {
78 AllocList *next[kMaxLevel]; // actually has levels elements.
79 // The AllocList node may not have room for
84 using low_level_alloc_internal::AllocList;
127 int max_fit = (size-OFFSETOF_MEMBER(AllocList, next)) / sizeof (AllocList *);
135 // Return "atleast", the first element of AllocList *head s.t. *atleast >= *e.
137 // points to the last element at level i in the AllocList less than *e, or is
139 static AllocList *LLA_SkiplistSearch(AllocList *head
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.cc 66 struct AllocList {
78 AllocList *next[kMaxLevel]; // actually has levels elements.
79 // The AllocList node may not have room for
84 using low_level_alloc_internal::AllocList;
127 int max_fit = (size-OFFSETOF_MEMBER(AllocList, next)) / sizeof (AllocList *);
135 // Return "atleast", the first element of AllocList *head s.t. *atleast >= *e.
137 // points to the last element at level i in the AllocList less than *e, or is
139 static AllocList *LLA_SkiplistSearch(AllocList *head
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 48 LinkedList AllocList;
144 LinkedList_AddElement(&AllocList, _pStruct_);
149 LinkedList_FreeElement(&AllocList, _ptr);\
156 LinkedList_FreeAll(&AllocList);\
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 89 LinkedList AllocList;
142 LinkedList_AddElement(&AllocList, _pStruct_);
147 LinkedList_FreeElement(&AllocList, _ptr);\
154 LinkedList_FreeAll(&AllocList);\
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 128 LinkedList AllocList;
170 LinkedList_AddElement(&AllocList, _pStruct_);
175 LinkedList_FreeElement(&AllocList, _ptr);\
182 LinkedList_FreeAll(&AllocList);\
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 592 LinkedList_Create(&AllocList);
    [all...]
OMX_JpegDec_Utils.c 539 /*LinkedList_DisplayAll (&AllocList); */
541 LinkedList_Destroy(&AllocList);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 429 LinkedList_Create(&AllocList);
    [all...]
OMX_JpegEnc_Utils.c 538 /* LinkedList_DisplayAll (&AllocList); */
540 LinkedList_Destroy(&AllocList);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 640 LinkedList_Create(&AllocList);
    [all...]
OMX_VPP_Utils.c 677 /* LinkedList_DisplayAll(&AllocList); */
679 LinkedList_Destroy(&AllocList);
    [all...]

Completed in 94 milliseconds