Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 13 of 13) sorted by relevance

/test/xts/acts/commonlibrary/memory_utils/libpurgeablemem/entry/src/main/cpp/
DCMakeLists.txt3 project(memory) project
10 add_library(memory SHARED memory.cpp) target
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
DCMakeLists.txt3 project(memory) project
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
DCMakeLists.txt3 project(memory) project
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dmalloc1ndk.cpp38 int *memory = static_cast<int *>(malloc(PARAM_UNNORMAL)); in Malloc() local
Dmallocndk.cpp45 int *memory = static_cast<int *>(malloc(memsize)); in Malloc() local
Dmmanndk.cpp190 char *memory = static_cast<char *>(malloc(TEST_SIZE)); in MUnLock() local
205 char *memory = static_cast<char *>(malloc(TEST_SIZE)); in MUnLockAll() local
Dstdlibndk.cpp1002 void *memory = nullptr; in PosixMemAlign() local
/test/xts/acts/multimedia/av_codec/demuxer/src/
Dapi_test.cpp48 static OH_AVMemory *memory = nullptr; variable
DNetTest.cpp64 static OH_AVMemory *memory = nullptr; variable
Dproc_test.cpp48 static OH_AVMemory *memory = nullptr; variable
Dfunc2_test.cpp53 static OH_AVMemory *memory = nullptr; variable
Dfunc_test.cpp44 static OH_AVMemory *memory = nullptr; variable
/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_common.cpp99 uint32_t *memory = reinterpret_cast<uint32_t *>(malloc((dim_info[0] + 1) * sizeof(uint32_t))); in readTestDataFile() local