Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Technical Support Engineer Interviews:Auto Body WorkerCamera TechnicianCar RepairmanCCTV Camera/ Device InstallerCCTV OperatorData Entry Operator (DEO)Die DeveloperElectric MechanicElectric Motor RepairerElectronic Media PerformersElevator TechnicianFilling Machine OperatorGenerator OperatorInstrumentationInstrumentation SpecialistLab ChemistLead GeneratorMusical Instrument MakerProduction OfficerRepairmanSharePoint DeveloperShoe MakerSolar Panel TechnicianTechnical EditorTechnical Support EngineerTechnician
Copyright © 2018. All Rights Reserved
Technician Interview Question:
Tell me the Buddy system of memory allocation?
Submitted by: MuhammadFree memory is maintained in linked lists, each of equal sized blocks. Any such block is of size 2^k. When some memory is required by a process, the block size of next higher order is chosen, and broken into two. Note that the two such pieces differ in address only in their kth bit. Such pieces are called buddies. When any used block is freed, the OS checks to see if its buddy is also free. If so, it is rejoined, and put into the original free-block linked-list.
Submitted by: Muhammad
Submitted by: Muhammad
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.