Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Concept
Memory management
Graph Chatbot
Related lectures (31)
Login to filter by course
Login to filter by course
Reset
Previous
Page 3 of 4
Next
Foreign-function interface to JavaScript
Covers the implementation of a foreign-function interface to JavaScript in Scala, focusing on features like opening and reading files.
Memory Management & Crash Programs
Covers memory management for engineers, focusing on crash programs related to memory access errors.
Memory Allocation in C
Covers the basics of memory allocation in C, including passing parameters by value and reference, dynamic arrays, and strings.
Encapsulation and Interface: Java Basics
Covers encapsulation, interfaces, access rights, shadowing, 'this' keyword, memory management, and handling null references in Java.
Memory Management: Allocation and Deallocation
Covers memory management, focusing on allocation and deallocation of memory blocks, including garbage collection techniques and fragmentation issues.
MIPS Functions and Stack
Explains MIPS functions, stack usage, calling convention, and register management.
Pointers and Arrays: Arithmetic, Buffer Overflow
Covers the arithmetic of pointers, the relationship between pointers and arrays, and the concept of buffer overflow in C programming.
Dynamic Memory Management: Using Realloc in C
Explains dynamic memory allocation in C, focusing on the realloc function and its implications for managing memory effectively.
Isolation and Protection: Ensuring Process Security
Covers the concepts of isolation and protection in computer systems, focusing on process security and resource management techniques.
Exceptions: Handling and Types
Explores exceptions in computer systems, covering their types, classification, handling, and design challenges.