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 D | drawing_playback.cpp | 417 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 D | OpenHarmony-cpp-coding-style-guide.md | 2608 using MyAllocatorVector = std::vector<T, MyAllocator<T>>; 2625 typedef std::vector<T, MyAllocator<T>> type;
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-cpp-coding-style-guide.md | 2690 using MyAllocatorVector = std::vector<T, MyAllocator<T>>; 2707 typedef std::vector<T, MyAllocator<T>> type;
|