Searched refs:BC_PLC_CHUNK (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10/BootCache-109/
H A DBootCache.h111 #define BC_PLC_CHUNK 512 macro
H A Dkext.c3704 playlist_entries = BC_MALLOC(BC_PLC_CHUNK * sizeof(*playlist_entries),
3707 message("can't allocate unpack buffer for %d entries", BC_PLC_CHUNK);
3719 actual = min(remaining_entries, BC_PLC_CHUNK);

Completed in 149 milliseconds