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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.cpp 68 int IonAlloc::AllocBuffer(AllocData *data) {
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_ion_alloc.cpp 68 int IonAlloc::AllocBuffer(AllocData *data) {
  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 170 llvm::IntrusiveRefCntPtr<RopeRefCountString> AllocBuffer;
175 RewriteRope() : AllocBuffer(nullptr), AllocOffs(AllocChunkSize) {}
177 : Chunks(RHS.Chunks), AllocBuffer(nullptr), AllocOffs(AllocChunkSize) {

Completed in 56 milliseconds