Apps Related to Manual Memory Management

Discover apps and services related to Manual Memory Management.

Developers are responsible for allocating and freeing memory using functions like <code>malloc</code> and <code>free</code>, granting fine-grained control.

Filter by Platform

Platforms:

Manual Memory Management Applications

Sort:
Nim (programming language)

Nim is a modern, statically typed, compiled programming language emphasizing efficiency, expressiveness, and flexibility. It draws inspiration from languages like Python, Pascal, and C++, making it approachable for developers while offering low-level control for systems programming.

Excellent performance due to compilation to native code.
Imperative Language
Development
FreeBASIC

FreeBASIC

Open Source

FreeBASIC is a free and open-source multiplatform BASIC compiler. It supports a wide range of operating systems including Windows, Linux, and macOS (via third-party ports), facilitating cross-platform development. It's designed to be highly compatible with QuickBASIC while offering numerous modern features like object-oriented programming, manual memory management, and support for graphics and sound libraries, making it suitable for various programming tasks from system utilities to game development.

High compatibility with QuickBASIC.
Compiler
Development
Rust

Rust

Open Source

Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. It's ideal for systems programming and performance-critical applications.

Guaranteed memory safety without garbage collection.
Abstract Data Types
Development
Objective-C

Objective-C

Open Source

Objective-C was a robust, general-purpose, object-oriented programming language primarily used for Apple's macOS and iOS operating systems. It combined C's power with Smalltalk's dynamic messaging capabilities.

Excellent integration with macOS and iOS frameworks.
Object-oriented Language
Development
C (programming language)

C is a foundational, imperative programming language renowned for its efficiency and low-level access. It serves as a bedrock for systems programming, operating systems, and performance-critical applications, providing direct control over hardware through features like manual memory management.

High performance due to direct compilation to machine code.
Compiled Language
Development
D (Programming Language)

D is a general-purpose systems and application programming language that aims to combine the power and high performance of C++ with the productivity and safety of modern languages like Python or Ruby.

Excellent performance comparable to C/C++.
Contract programming
Development