Voxia OS
v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
ioforge_new.hpp
Go to the documentation of this file.
1
#ifndef __IOFORGE__IOFORGE_NEW_HPP__
2
#define __IOFORGE__IOFORGE_NEW_HPP__
3
4
#include <
type.h
>
5
6
inline
void
*
operator
new
(
size_t
,
void
*
ptr
)
noexcept
{
7
return
ptr
;
8
}
9
inline
void
*
operator
new
[](
size_t
,
void
*
ptr
)
noexcept
{
10
return
ptr
;
11
}
12
inline
void
operator
delete
(
void
*,
void
*)
noexcept
{
13
}
14
inline
void
operator
delete
[](
void
*,
void
*)
noexcept
{
15
}
16
17
#endif
// __IOFORGE__IOFORGE_NEW_HPP__
type.h
size_t
unsigned long size_t
Definition
type.h:55
ptr
uint64_t ptr
Definition
xhci.hpp:0
include
ioforge
ioforge_new.hpp
Generated on Sat May 30 2026 11:09:57 for Voxia OS by
1.13.2