Allocate          131 extra_lib/include/platinum/NptArray.h     T* Allocate(NPT_Cardinal count, NPT_Cardinal& allocated);
Allocate          287 extra_lib/include/platinum/NptArray.h     T* new_items = Allocate(count, new_capacity);
Allocate          388 extra_lib/include/platinum/NptArray.h         T* new_items = Allocate(needed, new_capacity);
Allocate          198 extra_lib/include/platinum/NptStrings.h         static Buffer* Allocate(NPT_Size allocated, NPT_Size length) {
Allocate          203 extra_lib/include/platinum/NptStrings.h             Buffer* shared = Allocate(allocated, length);
Allocate          208 extra_lib/include/platinum/NptStrings.h             Buffer* shared = Allocate(length, length);
Allocate          213 extra_lib/include/platinum/NptStrings.h             Buffer* shared = Allocate(length, length);
Allocate          219 extra_lib/include/platinum/NptStrings.h             Buffer* shared = Allocate(repeat, repeat);