Home
last modified time | relevance | path

Searched refs:MyAllocator (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp417 class MyAllocator : public DefaultAllocator { class
419 MyAllocator(int fd, size_t size, uint8_t* mapFile) : fd_(fd), size_(size), mapFile_(mapFile) {} in MyAllocator() function in OHOS::Rosen::MyAllocator
421 ~MyAllocator() in ~MyAllocator()
492 MessageParcel messageParcel(new MyAllocator(fd.Get(), statbuf.st_size, mapFile)); in LoadDrawCmdList()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-cpp-coding-style-guide.md2608 using MyAllocatorVector = std::vector<T, MyAllocator<T>>;
2625 typedef std::vector<T, MyAllocator<T>> type;
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-cpp-coding-style-guide.md2690 using MyAllocatorVector = std::vector<T, MyAllocator<T>>;
2707 typedef std::vector<T, MyAllocator<T>> type;