summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/__uc_malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix author name and copyright notice in __uc_malloc.cDenis Vlasenko2007-09-191-6/+4
|
* fix assembler error. libc_hidden_data_def cannot work on COMMONs,Denis Vlasenko2007-09-191-3/+6
| | | | | | | thus need to initialize stuff with 0 to force it into bss. All hell can again break loose if future gcc will be smart enough to ignore it.
* add libc_hidden_xxxx for __uc_mallocDenis Vlasenko2007-09-151-0/+2
|
* introduce __uc_malloc, so that users can intercept libc internal OOM.Denis Vlasenko2007-07-301-0/+41