stack(2)
-
[FreeBSD] Memory Management Services
3.5 Memory-Management ServicesThe memory organization and layout associated with a FreeBSD process is shown in Figure 3.3. Each process begins execution with three memory segments: text, data, and stack. The data segment is divided into initialized data and uninitialized data (also known as bss). The text is read-only and is normally shared by all processes executing the file, whereas the data a..
2024.07.14 -
๐งพ 3. ๊ณ์ฐ๊ธฐ ์ฑ
โ๏ธ ๋ฐฐ์ด ๊ฒ๋ค - UI Stack View์ ํ์ฉ - @IBInspectable : customView ์์ฑ์ ์คํ ๋ฆฌ๋ณด๋์์ ๋ฐ๋ก ๋ณ๊ฒฝ ๊ฐ๋ฅ - @IBDesignable : ๋ณ๊ฒฝ๋ ์์ฑ์ด ์ค์๊ฐ์ผ๋ก ์คํ ๋ฆฌ๋ณด๋์ ์ ์ฉ๋จ - RoundButton : ์ฐ๋ฆฌ๊ฐ ์ ์ํ customView https://github.com/SohyeonKim-dev/2022_fast_campus_IOS/tree/main/Part2%20Basic/chap3%20๊ณ์ฐ๊ธฐ%20์ฑ GitHub - SohyeonKim-dev/2022_fast_campus_IOS: 2022 Fast Campus IOS ์ฑ๊ฐ๋ฐ ํ๋ก์ ํธ ๐ฉโ๐ป 2022 Fast Campus IOS ์ฑ๊ฐ๋ฐ ํ๋ก์ ํธ ๐ฉโ๐ป. Contribute to SohyeonKim-dev/2..
2022.07.05