본문 바로가기 메뉴 바로가기

소심야채

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

소심야채

검색하기 폼
  • 분류 전체보기 (99)
    • 알고리즘 공부 (3)
    • 백준 문제풀이 (15)
    • 정보올림피아드 (3)
    • C언어 (8)
      • K.N.King C PROGRAMMING (8)
    • 암호학 (4)
    • 개발 (45)
      • 테트리스 (0)
      • 게임개발 (15)
      • 어셈블리 (2)
      • 언리얼 (25)
      • C++ (1)
    • 후기 (2)
    • 개인공부 (19)
      • 루키스C++ (3)
      • 이펙티브 C++ (7)
      • FDS (4)
      • DirectX12 (1)
      • 그래픽스 (2)
      • ShyplantsEngine (1)
    • 리소스 (0)
      • 헬스 (0)
  • 방명록

2025/04/14 (1)
MemoryPool

#pragma once#include #include #include #include #include namespace Shyplants{ template class MemoryPool { public: static constexpr size_t Alignment = alignof(T); static constexpr size_t AlignedBlockSize = ((BlockSize + Alignment - 1) / Alignment) * Alignment; MemoryPool() : m_currentBlock(nullptr), m_currentPos(nullptr), m_lastBlock(nullptr), m_freePos(nullptr) {..

개인공부/ShyplantsEngine 2025. 4. 14. 00:41
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 숫자판 만들기
  • C++게임개발
  • 테트리스
  • 언리얼 프로젝트 재생성 자동화
  • BOJ 2365
  • 언리얼 자동화
  • 코드포스
  • UE5.3
  • Codeforces
  • 초등부
  • opengl
  • unreal enigne
  • DP
  • 백준
  • tetris
  • 브레젠험 알고리즘
  • Python
  • ICPC 후기
  • 백준 27469
  • 퀸 움직이기
  • ndisplay
  • 정보올림피아드
  • Unreal Engine
  • C++게임
  • 홍정모의 게임 만들기 연습 문제 패키지
  • 백준 2365
  • BOJ 27469
  • OpenVDB
  • pygame
  • 언리얼 프로젝트 재생성
more
«   2025/04   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바