Logo
Explore Help
Sign In
gvsafronov/futriix
1
0
Fork 0
You've already forked futriix
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
futriix/src/new.h

11 lines
260 B
C
Raw Normal View History

Add missing file Former-commit-id: 7896ca6e52b9caa9d8ab78145f16872fe488c4bb
2019-05-09 19:05:09 -04:00
#pragma once
build break fix Former-commit-id: 42e1ded55fa33f8a45dc0041fd4c6376eab5f0b9
2019-05-09 19:16:31 -04:00
#include <cstddef> // std::size_t
Add missing file Former-commit-id: 7896ca6e52b9caa9d8ab78145f16872fe488c4bb
2019-05-09 19:05:09 -04:00
Add support for sanitizers and fix issues they have found Former-commit-id: 58971a430dd3e4e8c39c7b5288211bc2ba7699ed
2019-07-18 18:39:42 -04:00
void *operator new(size_t size, enum MALLOC_CLASS mclass);
#ifndef SANITIZE
Fix additional warnings Former-commit-id: 1531cfb7eea1824fb40da596b3446baa4312355c
2019-06-27 16:29:36 -04:00
void *operator new(size_t size);
Add missing file Former-commit-id: 7896ca6e52b9caa9d8ab78145f16872fe488c4bb
2019-05-09 19:05:09 -04:00
Fix additional warnings Former-commit-id: 1531cfb7eea1824fb40da596b3446baa4312355c
2019-06-27 16:29:36 -04:00
void operator delete(void * p) noexcept;
Fix additional warning related to new() overloads Former-commit-id: 218111eb7244643bd13af47b878622c429535288
2019-07-05 23:42:39 -04:00
void operator delete(void *p, std::size_t) noexcept;
Add support for sanitizers and fix issues they have found Former-commit-id: 58971a430dd3e4e8c39c7b5288211bc2ba7699ed
2019-07-18 18:39:42 -04:00
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.4 Page: 156ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API