Searched refs:HilogRealloc (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/ |
H A D | hilog_realloc.h | 23 class HilogRealloc { class 25 HilogRealloc() = default; 26 ~HilogRealloc() = default;
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
H A D | hilog_string.cpp | 63 HilogRealloc::Realloc(str->str, sizeof(char) * str->maxSize, sizeof(char) * str->size)); in Puts() 86 HilogRealloc::Realloc(str->str, sizeof(char) * str->maxSize, sizeof(char) * str->size)); in Putc()
|
H A D | hilog_realloc.cpp | 21 void *HilogRealloc::Realloc(void *ptr, size_t size, size_t srcSize) in Realloc()
|
H A D | hilog_vector.cpp | 78 HilogRealloc::Realloc(vector->str, sizeof(char*) * vector->maxSize, sizeof(char*) * vector->size)); in Push() 80 HilogRealloc::Realloc( in Push()
|
/base/hiviewdfx/hilog_lite/test/unittest/ |
H A D | hilog_lite_test.cpp | 690 void *result = ACELite::HilogRealloc::Realloc(nullptr, 0, 0); in HWTEST_F() 707 char *result = static_cast<char*>(ACELite::HilogRealloc::Realloc(ptr, 0, 0)); in HWTEST_F() 725 char *result = static_cast<char*>(ACELite::HilogRealloc::Realloc(ptr, 1, RELLOC_SIZE)); in HWTEST_F() 743 char *result = static_cast<char*>(ACELite::HilogRealloc::Realloc(ptr, RELLOC_SIZE, RELLOC_SIZE - 1)); in HWTEST_F()
|
Completed in 3 milliseconds