Angus Gratton 
							
						 
					 
					
						
						
							
						
						769bd4a4af 
					 
					
						
						
							
							linker: When using section type attributes, create unique sections  
						
						... 
						
						
						
						* Prevents section type conflict errors if (say) const & non-const data
  is put into the same section (ie with DRAM_ATTR)
* Allows linker --gc-sections to remove unused custom sections 
						
						
					 
					
						2018-12-19 04:42:04 +00:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						3150920cb4 
					 
					
						
						
							
							heap: __builtin_return_address argument has to be a literal value  
						
						... 
						
						
						
						Clang does not accept const int as an argument of __builtin_return_address.
Ref LLVM-14 
						
						
					 
					
						2018-12-06 16:14:14 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						573ea385b4 
					 
					
						
						
							
							multi_heap: use portENTER/EXIT_CRITICAL instead of taskENTER/EXIT_CRITICAL  
						
						
						
						
					 
					
						2018-04-19 18:28:55 +05:30 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						d3b8f1f927 
					 
					
						
						
							
							heap tracing: Fix tracing of newlib internal allocations  
						
						... 
						
						
						
						Newlib internal allocations (from newlib ROM code) were not being included in the heap trace.
Ref https://github.com/espressif/esp-idf/issues/1652  
						
						
					 
					
						2018-03-20 12:03:46 +11:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						18553c451a 
					 
					
						
						
							
							heap_trace: fix bug in realloc for copying trace record  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/1354 
Signed-off-by: Mahavir Jain <mahavir@espressif.com > 
						
						
					 
					
						2017-12-07 18:20:23 +05:30 
						 
				 
			
				
					
						
							
							
								Jeroen Domburg 
							
						 
					 
					
						
						
							
						
						875ae6a134 
					 
					
						
						
							
							Add option to allocate external RAM using heap_alloc_caps  
						
						
						
						
					 
					
						2017-09-14 10:47:44 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						1c7b8aa3a5 
					 
					
						
						
							
							Heap tracing support  
						
						
						
						
					 
					
						2017-09-07 16:32:05 +10:00