代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/408246/2252912
lisp alloc.lisp
;;;; stuff to handle allocation of stuff we don't want to do inline
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived fr
www.eeworm.com/read/408246/2252917
lisp alloc.lisp
(in-package "SB!VM")
;;; Given that the pseudo-atomic sequence is so short, there is
;;; nothing that qualifies. But we want to keep the file around
;;; in case we decide to add something later.
www.eeworm.com/read/408246/2252923
lisp alloc.lisp
;;;; allocating simple objects
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which was
;;;;
www.eeworm.com/read/408246/2252928
lisp alloc.lisp
;;;; stuff to handle allocation of stuff we don't want to do inline
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived fr
www.eeworm.com/read/408246/2252933
lisp alloc.lisp
(in-package "SB!VM")
;;; But we do everything inline now that we have a better pseudo-atomic.
www.eeworm.com/read/408246/2252959
lisp alloc.lisp
;;;; allocation VOPs for Mips
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which was
;;;; w
www.eeworm.com/read/408246/2252986
lisp alloc.lisp
;;;; allocation VOPs for the x86
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which was
;;;
www.eeworm.com/read/408246/2253034
lisp alloc.lisp
;;;; allocation VOPs for the Alpha port
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which
www.eeworm.com/read/408246/2253061
lisp alloc.lisp
;;;; allocation VOPs for the HPPA
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which was
;;
www.eeworm.com/read/408246/2253088
lisp alloc.lisp
;;;; allocation VOPs for the x86-64
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which was