Searched refs:MIN_MEMBLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/core/
H A Dmalloc.c44 #define MIN_MEMBLOCK_SIZE \ macro
108 /* Round up size to multiple of MIN_MEMBLOCK_SIZE and
111 size = ( size + MIN_MEMBLOCK_SIZE - 1 ) & ~( MIN_MEMBLOCK_SIZE - 1 );
112 align_mask = ( align - 1 ) | ( MIN_MEMBLOCK_SIZE - 1 );
137 if ( ( size_t ) post_size >= MIN_MEMBLOCK_SIZE ) {
151 if ( pre_size < MIN_MEMBLOCK_SIZE )
187 size = ( size + MIN_MEMBLOCK_SIZE - 1 ) & ~( MIN_MEMBLOCK_SIZE - 1 );
355 free_memblock ( start, ( len & ~( MIN_MEMBLOCK_SIZE
[all...]

Completed in 54 milliseconds