[lib][heap] have the heap pull pages out of the vm, if present

This commit is contained in:
Travis Geiselbrecht
2014-07-11 18:06:59 -07:00
parent 986d1590cb
commit 25a78c5225
3 changed files with 100 additions and 30 deletions

View File

@@ -31,9 +31,6 @@
extern void *vectab;
extern int _end_of_ram;
void *_heap_end = &_end_of_ram;
#if ARM_CM_DYNAMIC_PRIORITY_SIZE
unsigned int arm_cm_num_irq_pri_bits;
unsigned int arm_cm_irq_pri_mask;