Home
last modified time | relevance | path

Searched refs:HilogRealloc (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_realloc.h23 class HilogRealloc { class
25 HilogRealloc() = default;
26 ~HilogRealloc() = default;
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_string.cpp63 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 Dhilog_realloc.cpp21 void *HilogRealloc::Realloc(void *ptr, size_t size, size_t srcSize) in Realloc()
H A Dhilog_vector.cpp78 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 Dhilog_lite_test.cpp690 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