Searched refs:ebmalloc_allocated (Results 1 – 1 of 1) sorted by relevance
178 static unsigned long __initdata ebmalloc_allocated; variable183 void *ptr = ebmalloc_mem + ebmalloc_allocated; in ebmalloc()185 ebmalloc_allocated += ROUNDUP(size, sizeof(void *)); in ebmalloc()187 if ( ebmalloc_allocated > sizeof(ebmalloc_mem) ) in ebmalloc()198 start = (unsigned long)ebmalloc_mem + PAGE_ALIGN(ebmalloc_allocated); in free_ebmalloc_unused_mem()
Completed in 5 milliseconds