Searched defs:memory (Results 1 – 13 of 13) sorted by relevance
3 project(memory) project10 add_library(memory SHARED memory.cpp) target
3 project(memory) project
38 int *memory = static_cast<int *>(malloc(PARAM_UNNORMAL)); in Malloc() local
45 int *memory = static_cast<int *>(malloc(memsize)); in Malloc() local
190 char *memory = static_cast<char *>(malloc(TEST_SIZE)); in MUnLock() local205 char *memory = static_cast<char *>(malloc(TEST_SIZE)); in MUnLockAll() local
1002 void *memory = nullptr; in PosixMemAlign() local
48 static OH_AVMemory *memory = nullptr; variable
64 static OH_AVMemory *memory = nullptr; variable
53 static OH_AVMemory *memory = nullptr; variable
44 static OH_AVMemory *memory = nullptr; variable
99 uint32_t *memory = reinterpret_cast<uint32_t *>(malloc((dim_info[0] + 1) * sizeof(uint32_t))); in readTestDataFile() local