Searched refs:old_top (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/ |
A D | malloc.c | 347 mchunkptr old_top; /* incoming value of av->top */ in __malloc_alloc() local 452 old_top = av->top; in __malloc_alloc() 453 old_size = chunksize(old_top); in __malloc_alloc() 454 old_end = (char*)(chunk_at_offset(old_top, old_size)); in __malloc_alloc() 461 assert((old_top == initial_top(av) && old_size == 0) || in __malloc_alloc() 463 prev_inuse(old_top))); in __malloc_alloc() 551 set_head(old_top, (size + old_size) | PREV_INUSE); in __malloc_alloc() 692 set_head(old_top, old_size | PREV_INUSE); in __malloc_alloc() 700 chunk_at_offset(old_top, old_size )->size = in __malloc_alloc() 703 chunk_at_offset(old_top, old_size + (sizeof(size_t)))->size = in __malloc_alloc() [all …]
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | ldo.c | 886 ptrdiff_t old_top, ptrdiff_t ef) { in luaD_pcall() argument 896 status = luaD_closeprotected(L, old_top, status); in luaD_pcall() 897 luaD_seterrorobj(L, status, restorestack(L, old_top)); in luaD_pcall()
|
Completed in 6 milliseconds