mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-11-04 09:46:32 +01:00 
			
		
		
		
	remove redundant extern "C" block
This commit is contained in:
		
							parent
							
								
									45337ebe07
								
							
						
					
					
						commit
						a0ee5f445b
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								new.cc
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								new.cc
									
										
									
									
									
								
							| 
						 | 
					@ -3,10 +3,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define noreturn
 | 
					#define noreturn
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern "C" {
 | 
					 | 
				
			||||||
#include "h_malloc.h"
 | 
					#include "h_malloc.h"
 | 
				
			||||||
#include "util.h"
 | 
					#include "util.h"
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
COLD static void *handle_out_of_memory(size_t size, bool nothrow) {
 | 
					COLD static void *handle_out_of_memory(size_t size, bool nothrow) {
 | 
				
			||||||
    void *ptr = nullptr;
 | 
					    void *ptr = nullptr;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue