summaryrefslogtreecommitdiff
path: root/include/malloc.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-23malloc: add SPDX license identifiersHeinrich Schuchardt1-4/+5
2021-03-27malloc: Export malloc_simple_info()Simon Glass1-1/+2
2021-02-25malloc: adjust memcpy() and memset() definitions.Heinrich Schuchardt1-0/+3
2020-02-06sandbox: Use a prefix for all allocation functionsSimon Glass1-2/+22
2019-04-24malloc: Fix memalign not honoring alignment prior to full malloc initAndreas Dannenberg1-1/+1
2018-11-29malloc_simple: Add logging of allocationsSimon Glass1-0/+1
2016-03-08malloc: use hidden visibilityStephen Warren1-0/+2
2015-10-20malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede1-1/+1
2015-04-23Move initf_malloc() to a common placeSimon Glass1-0/+3
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass1-23/+37
2013-04-02Consolidate bool typeYork Sun1-1/+1
2013-02-20malloc: make malloc_bin_reloc staticGabor Juhos1-1/+0
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-0/+1
2012-08-10Malloc: Fix -Wundef warningsMarek Vasut1-3/+3
2011-09-10Add assert() for debug assertionsSimon Glass1-8/+0
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser1-0/+2
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-0/+6
2009-07-19malloc.h: protect it against multiple includeJean-Christophe PLAGNIOL-VILLARD1-1/+4
2003-06-28* Code cleanup:wdenk1-53/+46
2002-11-03Initial revisionwdenk1-0/+949