Home
last modified time | relevance | path

Searched refs:free (Results 1 - 25 of 54) sorted by relevance

123

/arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/
H A Dmain.cpp48 free(buffer); in main()
62 free(buffer); in main()
68 free(buffer); in main()
74 free(buffer); in main()
/arkcompiler/runtime_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp111 FreeInfo free; in TEST() local
113 out.read(reinterpret_cast<char *>(&free), sizeof(free)); in TEST()
120 ASSERT_EQ(DetailAllocTracker::FREE_TAG, free.tag); in TEST()
121 ASSERT_EQ(0, free.alloc_id); in TEST()
H A Dnative_bytes_from_mallinfo_test.cpp49 free(p1[i]); in TEST()
57 free(p2[i]); in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp114 FreeInfo free; in TEST() local
116 out.read(reinterpret_cast<char *>(&free), sizeof(free)); in TEST()
123 ASSERT_EQ(DetailAllocTracker::FREE_TAG, free.tag); in TEST()
124 ASSERT_EQ(0U, free.allocId); in TEST()
H A Dnative_bytes_from_mallinfo_test.cpp50 free(p1[i]); in TEST()
58 free(p2[i]); in TEST()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dnative_area_allocator.cpp74 free(reinterpret_cast<std::byte *>(area)); in FreeArea()
90 free(mem); in Free()
131 free(mem); in FreeBuffer()
H A Dcaddress_allocator.h159 free(mem); in Free()
H A Dnative_area_allocator.h216 free(reinterpret_cast<std::byte *>(area)); in FreeSpace()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dserialize_chunk.h30 free(ToVoidPtr(begin_)); in ~SerializationChunk()
72 free(ToVoidPtr(begin_));
H A Dserialize_data.h87 free(buffer_); in ~SerializeData()
128 free(newBuffer);
131 free(buffer_);
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/compilerinterfacestub_fuzzer/
H A Dcompilerinterfacestub_fuzzer.cpp84 free(dataPtr); in LLVMFuzzerTestOneInput()
90 free(dataPtr); in LLVMFuzzerTestOneInput()
/arkcompiler/toolchain/tooling/client/ark_cli/
H A Dmain.cpp38 free(asyncHandle->data); in ReleaseHandle()
80 free(msg); in InputOnMessage()
131 free(msg); in GetInputCommand()
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
H A Dbacktrace.cpp45 free(stackList); in Backtrace()
/arkcompiler/runtime_core/scripts/
H A Dmemdump.py25 * total allocated memory (not considering free)
28 * total number of bytes allocated (not considering free)
33 To view only live allocations (allocations which are not free at the moment of dump) --live
73 def free(self, size): member in AllocInfo
151 help='Dump only live allocations (for which "free" is not called)')
203 info.free(size)
/arkcompiler/runtime_core/static_core/scripts/
H A Dmemdump.py25 * total allocated memory (not considering free)
28 * total number of bytes allocated (not considering free)
33 To view only live allocations (allocations which are not free at the moment of dump) --live
73 def free(self, size): member in AllocInfo
151 help='Dump only live allocations (for which "free" is not called)')
203 info.free(size)
/arkcompiler/ets_runtime/ecmascript/shared_mm/
H A Dshared_mm.cpp108 free(mem); in FreeBuffer()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dmem_hooks.h95 void free(void *ptr) noexcept; // NOLINT(readability-redundant-declaration)
H A Dmem_hooks.cpp68 dlsym(RTLD_NEXT, "free")); // NOLINT(cppcoreguidelines-pro-type-cstyle-cast) in SaveRealFunctions()
173 void free(void *ptr) noexcept
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool.h81 free(ptr);
88 free(ptr);
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmalloc_mem_pool-inl.h65 LOG_MALLOC_MEM_POOL(DEBUG) << "Try to free arena with size " << std::dec << arena->GetSize() in FreeArenaImpl()
88 LOG_MALLOC_MEM_POOL(DEBUG) << "Try to free pool with size " << std::dec << size << " at addr = " << std::hex << mem; in FreePoolImpl()
89 std::free(mem); // NOLINT(cppcoreguidelines-no-malloc) in FreePoolImpl()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dmalloc_mem_pool-inl.h69 LOG_MALLOC_MEM_POOL(DEBUG) << "Try to free arena with size " << std::dec << arena->GetSize() in FreeArenaImpl()
97 LOG_MALLOC_MEM_POOL(DEBUG) << "Try to free pool with size " << std::dec << size << " at addr = " << std::hex << mem; in FreePoolImpl()
98 std::free(mem); // NOLINT(cppcoreguidelines-no-malloc) in FreePoolImpl()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dframe_test.cpp64 std::free(f->GetExt()); in FreeFrame()
H A Dstack_like_allocator_test.cpp198 free(invalidAddr); // NOLINT(cppcoreguidelines-no-malloc) in TEST_F()
/arkcompiler/toolchain/tooling/client/tcpServer/
H A Dtcp_server.cpp109 free(msg); in SendCommand()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.h188 free(*header); in Destroy()

Completed in 16 milliseconds

123