| /kernel/liteos_m/testsuites/sample/kernel/mem/ |
| D | It_los_mem_037.c | 56 …f0 = LOS_MemRealloc(g_memPool, p0, size / 2); // 2, The reallocated memory is half of its previous… in TestCase() 59 …f0 = LOS_MemRealloc(g_memPool, p0, size * 2); // 2, The reallocated memory is 2 times of its previ… in TestCase() 74 …f0 = LOS_MemRealloc(g_memPool, p0, size / 2); // 2, The reallocated memory is half of its previous… in TestCase() 77 …f0 = LOS_MemRealloc(g_memPool, p0, size * 2); // 2, The reallocated memory is 2 times of its previ… in TestCase() 94 …f0 = LOS_MemRealloc(g_memPool, p0, size / 2); // 2, The reallocated memory is half of its previous… in TestCase() 97 …f0 = LOS_MemRealloc(g_memPool, p0, size * 2); // 2, The reallocated memory is 2 times of its previ… in TestCase()
|
| D | It_los_mem_020.c | 56 p0 = LOS_MemRealloc(g_memPool, p[0], (UINT32)(size * 1.5)); in TestCase() 63 p0 = LOS_MemRealloc(g_memPool, p[0], (UINT32)(size * 1.5)); in TestCase()
|
| D | It_los_mem_038.c | 63 …p0 = LOS_MemRealloc(g_memPool, p[j], size / 2); // 2, The reallocated memory is half of its previo… in TestCase() 99 p0 = LOS_MemRealloc(g_memPool, p[j], size * 2); in TestCase()
|
| D | It_los_mem_016.c | 45 p0 = LOS_MemRealloc(g_memPool, NULL, size); in TestCase()
|
| D | It_los_mem_019.c | 54 p0 = LOS_MemRealloc(g_memPool, p[0], size); in TestCase()
|
| D | It_los_mem_017.c | 51 p0 = LOS_MemRealloc(g_memPool, p0, size); in TestCase()
|
| D | It_los_mem_018.c | 55 …p0 = LOS_MemRealloc(g_memPool, p[0], size / 2); // 2, The reallocated memory size is half of its p… in TestCase()
|
| D | It_los_mem.h | 66 #define LOS_REALLOC_MEM LOS_MemRealloc
|
| /kernel/liteos_m/testsuites/sample/kernel/lms/ |
| D | It_los_lms_005.c | 45 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size - 4); /* mem size - 4 */ in TestCase()
|
| D | It_los_lms_006.c | 45 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size - 32); /* mem size - 32 */ in TestCase()
|
| D | It_los_lms_010.c | 44 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, 0x8+0x2); /* reaSize 0x2 is not 4Align */ in TestCase()
|
| D | It_los_lms_007.c | 54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 2); /* mem size * 2 */ in TestCase()
|
| D | It_los_lms_009.c | 54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 6); /* mem size * 6 */ in TestCase()
|
| D | It_los_lms_008.c | 54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 4 + 8); /* mem size * 4 - 8 */ in TestCase()
|
| /kernel/liteos_a/kernel/include/ |
| D | los_memory.h | 275 extern VOID *LOS_MemRealloc(VOID *pool, VOID *ptr, UINT32 size);
|
| /kernel/liteos_m/kal/posix/src/ |
| D | malloc.c | 151 return LOS_MemRealloc(OS_SYS_MEM_ADDR, ptr, size); in __wrap__realloc_r()
|
| /kernel/liteos_m/kernel/include/ |
| D | los_memory.h | 318 extern VOID *LOS_MemRealloc(VOID *pool, VOID *ptr, UINT32 size);
|
| /kernel/liteos_a/security/vid/ |
| D | vid.c | 169 tmpMap = LOS_MemRealloc(m_aucSysMem0, idMap->bitMap, mapMaxNum * sizeof(UINT32)); in ReleaseVid()
|
| /kernel/liteos_a/kernel/base/vm/ |
| D | los_vm_map.c | 1187 tmpPtr = LOS_MemRealloc(OS_SYS_MEM_ADDR, ptr, size); 1191 tmpPtr = LOS_MemRealloc(OS_SYS_MEM_ADDR, ptr, size);
|
| /kernel/liteos_a/kernel/base/mem/tlsf/ |
| D | los_memory.c | 1450 VOID *LOS_MemRealloc(VOID *pool, VOID *ptr, UINT32 size) in LOS_MemRealloc() function
|
| /kernel/liteos_m/kernel/src/mm/ |
| D | los_memory.c | 1478 VOID *LOS_MemRealloc(VOID *pool, VOID *ptr, UINT32 size) function
|